Class CertificateMapFailedException

All Implemented Interfaces:
Serializable

public class CertificateMapFailedException extends WSSecurityException
Thrown to indicate that a error occurred while mapping the specified certificate.
See Also:
  • Constructor Details

    • CertificateMapFailedException

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

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

      public CertificateMapFailedException(Throwable t)
      Create a new CertificateMapFailedException with the Throwable root cause.
      Parameters:
      t - the Throwable root cause.
    • CertificateMapFailedException

      public CertificateMapFailedException(String message, Throwable t)
      Create a new CertificateMapFailedException with the string description and Throwable root cause.
      Parameters:
      message - the String describing the exception.
      t - the Throwable root cause.