Class OperationNotSupportedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.wsspi.security.wim.exception.WIMException
- 
- com.ibm.wsspi.security.wim.exception.WIMApplicationException
- 
- com.ibm.wsspi.security.wim.exception.OperationNotSupportedException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class OperationNotSupportedException extends WIMApplicationException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor 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)
 - 
Method Summary- 
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMExceptiongetMessageKey
 
- 
 
- 
- 
- 
Constructor Detail- 
OperationNotSupportedExceptionpublic OperationNotSupportedException() 
 - 
OperationNotSupportedExceptionpublic OperationNotSupportedException(java.lang.String key, java.lang.String message)- Parameters:
- message-
 
 - 
OperationNotSupportedExceptionpublic OperationNotSupportedException(java.lang.Throwable cause) - Parameters:
- cause-
 
 - 
OperationNotSupportedExceptionpublic OperationNotSupportedException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)- Parameters:
- message-
- cause-
 
 
- 
 
-