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:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationNotSupportedException
public class WIMSystemException extends WIMException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WIMSystemException()
Creates the virtual member manager system level exception.WIMSystemException(java.lang.String key, java.lang.String message)
Creates the WIMSystemException.WIMSystemException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)
Creates the WIMSystemException.WIMSystemException(java.lang.Throwable cause)
Creates the WIMSystemException.
-
Method Summary
-
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKey
-
-
-
-
Constructor Detail
-
WIMSystemException
public WIMSystemException()
Creates the virtual member manager system level exception.
-
WIMSystemException
public WIMSystemException(java.lang.String key, java.lang.String message)
Creates the WIMSystemException.- Parameters:
message
- The message or message key of the exception.
-
WIMSystemException
public WIMSystemException(java.lang.Throwable cause)
Creates the WIMSystemException.- Parameters:
cause
- The cause of the exception.
-
WIMSystemException
public WIMSystemException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)
Creates the WIMSystemException.- Parameters:
cause
- The cause of the exception.
-
-