com.filenet.rm.api.exception

Class RMUnSupportedOperation

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.lang.RuntimeException
  5. extended bycom.filenet.wcm.api.BaseRuntimeException
  6. extended bycom.filenet.rm.api.exception.RMException
  7. extended bycom.filenet.rm.api.exception.RMUnSupportedOperation
All implemented interfaces:
java.io.Serializable

  1. public class RMUnSupportedOperation
  2. extends RMException
The RMUnSupportedOperation class extends the RMException interface. An object of this class is thrown when an unsupported operation is invoked on an RM entity
See Also:
Serialized Form

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

  1. public RMUnSupportedOperation(int aiCode,
  2. 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.