org.objectweb.dsrg.sofa.microarchitecture
Class DelegationChainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)