com.ibm.wsspi.container.security
Class DelegationException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.container.security.DelegationException
All implemented interfaces:
java.io.Serializable
- public class DelegationException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
DelegationException()
|
DelegationException(java.lang.String msg)
|
DelegationException(java.lang.String msg,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
DelegationException
- public DelegationException()
DelegationException
- public DelegationException(java.lang.String msg)
DelegationException
- public DelegationException(java.lang.String msg,
- java.lang.Throwable t)