public class CertificateMapNotSupportedException extends WSSecurityException
Constructor and Description |
---|
CertificateMapNotSupportedException()
Create a new CertificateMapNotSupportedException with an empty description string.
|
CertificateMapNotSupportedException(java.lang.String message)
Create a new CertificateMapNotSupportedException with the associated string description.
|
CertificateMapNotSupportedException(java.lang.String message,
java.lang.Throwable t)
Create a new CertificateMapNotSupportedException with the string description and Throwable root cause.
|
CertificateMapNotSupportedException(java.lang.Throwable t)
Create a new CertificateMapNotSupportedException with the Throwable root cause.
|
addException, getCause, getExceptions, printStackTrace
public CertificateMapNotSupportedException()
public CertificateMapNotSupportedException(java.lang.String message)
message
- the String describing the exception.public CertificateMapNotSupportedException(java.lang.Throwable t)
t
- the Throwable root cause.public CertificateMapNotSupportedException(java.lang.String message, java.lang.Throwable t)
message
- the String describing the exception.t
- the Throwable root cause.