Class WIMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 WIMApplicationException,WIMSystemException
Base class representing a virtual member manager exception. This can be extended to create
 component specific exceptions.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorWIMException(String message) WIMException(String key, String message) Creates the WIMException.WIMException(String key, String message, Throwable cause) Creates the WIMException.WIMException(Throwable cause) Creates the WIMException. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
WIMException
public WIMException()Default Constructor - 
WIMException
Creates the WIMException.- Parameters:
 message- The message or message key of the exception.
 - 
WIMException
 - 
WIMException
Creates the WIMException.- Parameters:
 cause- The cause of the exception.
 - 
WIMException
Creates the WIMException.- Parameters:
 message- The error message.cause- The cause of the exception.
 
 - 
 - 
Method Details
- 
getMessageKey
Return the message key. 
 -