Class CertificateMapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
com.ibm.wsspi.security.wim.exception.WIMApplicationException
com.ibm.wsspi.security.wim.exception.CertificateMapperException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCertificateMapperException
(String key, String message) CertificateMapperException
(String key, String message, Throwable cause) -
Method Summary
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CertificateMapperException
public CertificateMapperException() -
CertificateMapperException
- Parameters:
message
-
-
CertificateMapperException
- Parameters:
cause
-
-
CertificateMapperException
- Parameters:
message
-cause
-
-