Class WIMSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
com.ibm.wsspi.security.wim.exception.WIMSystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationNotSupportedException
A generic vmm application exception to indicate to the caller
that there was a problem with the current request due to incorrect inputs
from the caller.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates the virtual member manager system level exception.WIMSystemException
(String key, String message) Creates the WIMSystemException.WIMSystemException
(String key, String message, Throwable cause) Creates the WIMSystemException.WIMSystemException
(Throwable cause) Creates the WIMSystemException. -
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
-
WIMSystemException
public WIMSystemException()Creates the virtual member manager system level exception. -
WIMSystemException
Creates the WIMSystemException.- Parameters:
message
- The message or message key of the exception.
-
WIMSystemException
Creates the WIMSystemException.- Parameters:
cause
- The cause of the exception.
-
WIMSystemException
Creates the WIMSystemException.- Parameters:
cause
- The cause of the exception.
-