public class WIMSystemException extends WIMException
Constructor and 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.
|
getMessageKey
public WIMSystemException()
public WIMSystemException(java.lang.String key, java.lang.String message)
message
- The message or message key of the exception.public WIMSystemException(java.lang.Throwable cause)
cause
- The cause of the exception.public WIMSystemException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)
cause
- The cause of the exception.