public class WIMApplicationException extends WIMException
| Constructor and Description |
|---|
WIMApplicationException()
Creates the vmm application exception.
|
WIMApplicationException(java.lang.String key,
java.lang.String message)
Creates the WIMApplicationException.
|
WIMApplicationException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
Creates the WIMApplicationException.
|
WIMApplicationException(java.lang.Throwable cause)
Creates the WIMApplicationException.
|
getMessageKeypublic WIMApplicationException()
public WIMApplicationException(java.lang.String key,
java.lang.String message)
message - The message or message key of the exception.public WIMApplicationException(java.lang.Throwable cause)
cause - The cause of the exception.public WIMApplicationException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
cause - The cause of the exception.