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