com.filenet.rm.api.exception
Class RMUnSupportedOperation
- java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.filenet.wcm.api.BaseRuntimeException
com.filenet.rm.api.exception.RMException
com.filenet.rm.api.exception.RMUnSupportedOperation
All implemented interfaces:
java.io.Serializable
- public class RMUnSupportedOperation
- extends RMException
See Also:
Field Summary
Fields inherited from class com.filenet.rm.api.exception.RMException |
---|
DEBUG, ERROR, FATAL, HOLDSWEEPERROR, HOLDSWEEPFATAL, IBM_PREFIX, INFORMATION, MESSAGE_ID_PREFIX, MESSAGE_ID_SUFFIX, NOLOG, RMEXCEPTION, RMUNSUPPORTEDOPERATION_EXCEPTION, SWEEPERROR, SWEEPFATAL, SWG_ID, WARNING |
Constructor Summary
Constructor and Description |
---|
RMUnSupportedOperation(int aiCode,java.lang.String asMessage)
Calls the constructor of the super class with the specified parameters.
|
Method Summary
Methods inherited from class com.filenet.rm.api.exception.RMException |
---|
createRMException, getCode, getLocalizedMessage, getLocalizedMessage, getMessage, getRMException, setLoggingFile, setRMObjectStore |
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException |
---|
getFaultCode, setFaultCode, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
RMUnSupportedOperation
- public RMUnSupportedOperation(int aiCode,
- java.lang.String asMessage)
Calls the constructor of the super class with the specified parameters.
Parameters:
aiCode
- An int value that represents the exception code. asMessage
- A String value that represents the exception message.