org.objectweb.dsrg.sofa
Class SOFAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.SOFAException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectorErrorException, DeploymentErrorException, InstantiationException, InterfaceNotFoundException, RepositoryErrorException

public class SOFAException
extends java.lang.Exception

General SOFA2 exception.

See Also:
Serialized Form

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

SOFAException

public SOFAException()

SOFAException

public SOFAException(java.lang.String str)

SOFAException

public SOFAException(java.lang.Throwable t)

SOFAException

public SOFAException(java.lang.String str,
                     java.lang.Throwable t)