org.objectweb.dsrg.sofa.microarchitecture
Class DelegationChainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.microarchitecture.DelegationChainException
All Implemented Interfaces:
java.io.Serializable

public class DelegationChainException
extends java.lang.Exception

Exception thrown if something goes wrong with delegation chains.

See Also:
Serialized Form

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

DelegationChainException

public DelegationChainException()

DelegationChainException

public DelegationChainException(java.lang.String str)

DelegationChainException

public DelegationChainException(java.lang.Throwable t)

DelegationChainException

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