Class CertificateMapNotSupportedException

All Implemented Interfaces:
Serializable

public class CertificateMapNotSupportedException extends WSSecurityException
Thrown to indicate that the certificate mapping for the specified certificate is not supported.
See Also:
  • Constructor Details

    • CertificateMapNotSupportedException

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

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

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

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