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

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

public class RepositoryClonerException
extends java.lang.Exception

Exception thrown by RepositoryCloner.

See Also:
RepositoryCloner, Serialized Form

Constructor Summary
RepositoryClonerException()
          Constructs a new exception no detail message.
RepositoryClonerException(java.lang.String message)
          Constructs a new exception with the specified detail message.
RepositoryClonerException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
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

RepositoryClonerException

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


RepositoryClonerException

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


RepositoryClonerException

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


RepositoryClonerException

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