com.ibm.websphere.security
Class WebTrustAssociationException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.security.WebTrustAssociationException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
- public class WebTrustAssociationException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
WebTrustAssociationException()
Create a new WebTrustAssociationException with an empty description string.
|
WebTrustAssociationException(java.lang.String err)
Create a new WebTrustAssociationException with the associated string description.
|
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
WebTrustAssociationException
- public WebTrustAssociationException( )
Create a new WebTrustAssociationException with an empty description string.
WebTrustAssociationException
- public WebTrustAssociationException( java.lang.String err)
Create a new WebTrustAssociationException with the associated string description.