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

public class WebTrustAssociationException extends Exception
Thrown to indicate that a error occurred during the processing of isTargetInterceptor of TrustAssociationIntercepter.
See Also:
  • Constructor Details

    • WebTrustAssociationException

      public WebTrustAssociationException()
      Create a new WebTrustAssociationException with an empty description string.
    • WebTrustAssociationException

      public WebTrustAssociationException(String err)
      Create a new WebTrustAssociationException with the associated string description.
      Parameters:
      message - the String describing the exception.