SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.compound
Class CompoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.framework.compound.CompoundException
All Implemented Interfaces:
java.io.Serializable

public class CompoundException
extends java.lang.Exception

Standard Exception used by CompoundManager and CompoundHandlers.

See Also:
Serialized Form

Constructor Summary
CompoundException()
          Creates a CompoundException.
CompoundException(java.lang.String message)
          Creates a CompoundException.
CompoundException(java.lang.String message, java.lang.Throwable cause)
          Creates a CompoundException.
CompoundException(java.lang.Throwable cause)
          Creates a CompoundException.
 
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

CompoundException

public CompoundException()
Creates a CompoundException.


CompoundException

public CompoundException(java.lang.String message)
Creates a CompoundException.

Parameters:
message - the detail message

CompoundException

public CompoundException(java.lang.Throwable cause)
Creates a CompoundException.

Parameters:
cause - the cause

CompoundException

public CompoundException(java.lang.String message,
                         java.lang.Throwable cause)
Creates a CompoundException.

Parameters:
message - the detail message
cause - the cause

SMILA (incubation) API documentation