Package com.ibm.websphere.security
Class WebTrustAssociationUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.security.WebTrustAssociationException
com.ibm.websphere.security.WebTrustAssociationUserException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a error occurred during the processing of
getAuthenticatedUsername of TrustAssociationIntercepter.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new WebTrustAssociationUserException with an empty description string.Create a new WebTrustAssociationUserException 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
-
WebTrustAssociationUserException
public WebTrustAssociationUserException()Create a new WebTrustAssociationUserException with an empty description string. -
WebTrustAssociationUserException
Create a new WebTrustAssociationUserException with the associated string description.- Parameters:
message
- the String describing the exception.
-