Package com.ibm.websphere.security
Class WebTrustAssociationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.security.WebTrustAssociationException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 WebTrustAssociationFailedException,WebTrustAssociationUserException
Thrown to indicate that a error occurred during the processing of
 isTargetInterceptor of TrustAssociationIntercepter.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate a new WebTrustAssociationException with an empty description string.Create a new WebTrustAssociationException with the associated string description. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
WebTrustAssociationException
public WebTrustAssociationException()Create a new WebTrustAssociationException with an empty description string. - 
WebTrustAssociationException
Create a new WebTrustAssociationException with the associated string description.- Parameters:
 message- the String describing the exception.
 
 -