org.objectweb.dsrg.sofa.repository
Class RepositoryCloner.RepositoryClonerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.repository.RepositoryCloner.RepositoryClonerException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RepositoryCloner

public static class RepositoryCloner.RepositoryClonerException
extends java.lang.Exception

Exception thrown by RepositoryCloner.

See Also:
RepositoryCloner, Serialized Form

Constructor Summary
RepositoryCloner.RepositoryClonerException()
          Constructs a new exception no detail message.
RepositoryCloner.RepositoryClonerException(java.lang.String message)
          Constructs a new exception with the specified detail message.
RepositoryCloner.RepositoryClonerException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
RepositoryCloner.RepositoryClonerException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryCloner.RepositoryClonerException

public RepositoryCloner.RepositoryClonerException()
Constructs a new exception no detail message.


RepositoryCloner.RepositoryClonerException

public RepositoryCloner.RepositoryClonerException(java.lang.String message)
Constructs a new exception with the specified detail message.


RepositoryCloner.RepositoryClonerException

public RepositoryCloner.RepositoryClonerException(java.lang.String message,
                                                  java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.


RepositoryCloner.RepositoryClonerException

public RepositoryCloner.RepositoryClonerException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.