org.objectweb.dsrg.sofa.deployment
Class ConnectorErrorException

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.ConnectorErrorException
All Implemented Interfaces:
java.io.Serializable

public class ConnectorErrorException
extends SOFAException

See Also:
Serialized Form

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

ConnectorErrorException

public ConnectorErrorException()

ConnectorErrorException

public ConnectorErrorException(java.lang.String msg)

ConnectorErrorException

public ConnectorErrorException(java.lang.Throwable t)

ConnectorErrorException

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