org.objectweb.dsrg.sofa.deployment
Class RepositoryErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.SOFAException
              extended by org.objectweb.dsrg.sofa.deployment.RepositoryErrorException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryErrorException
extends SOFAException

See Also:
Serialized Form

Constructor Summary
RepositoryErrorException()
           
RepositoryErrorException(java.lang.String msg)
           
RepositoryErrorException(java.lang.String msg, java.lang.Throwable t)
           
RepositoryErrorException(java.lang.Throwable t)
           
 
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

RepositoryErrorException

public RepositoryErrorException()

RepositoryErrorException

public RepositoryErrorException(java.lang.String msg)

RepositoryErrorException

public RepositoryErrorException(java.lang.Throwable t)

RepositoryErrorException

public RepositoryErrorException(java.lang.String msg,
                                java.lang.Throwable t)