Class WebTrustAssociationUserException

All Implemented Interfaces:
Serializable

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

    • WebTrustAssociationUserException

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

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