Class WebTrustAssociationFailedException

All Implemented Interfaces:
Serializable

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

    • WebTrustAssociationFailedException

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

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