public class WIMException
extends java.lang.Exception
| Constructor and Description |
|---|
WIMException()
Default Constructor
|
WIMException(java.lang.String message) |
WIMException(java.lang.String key,
java.lang.String message)
Creates the WIMException.
|
WIMException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
Creates the WIMException.
|
WIMException(java.lang.Throwable cause)
Creates the WIMException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessageKey()
Return the message key.
|
public WIMException()
public WIMException(java.lang.String key,
java.lang.String message)
message - The message or message key of the exception.public WIMException(java.lang.String message)
public WIMException(java.lang.Throwable cause)
cause - The cause of the exception.public WIMException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
message - The error message.cause - The cause of the exception.