public class OperationNotSupportedException extends WIMApplicationException
| Constructor and Description |
|---|
OperationNotSupportedException() |
OperationNotSupportedException(java.lang.String key,
java.lang.String message) |
OperationNotSupportedException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause) |
OperationNotSupportedException(java.lang.Throwable cause) |
getMessageKeypublic OperationNotSupportedException()
public OperationNotSupportedException(java.lang.String key,
java.lang.String message)
message - public OperationNotSupportedException(java.lang.Throwable cause)
cause - public OperationNotSupportedException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
message - cause -