com.filenet.rm.api.exception

Class RMDispositionConflictException

  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.RMDispositionConflictException
All implemented interfaces:
java.io.Serializable

  1. public class RMDispositionConflictException
  2. extends RMException
The RMDispositionConflictException class extends the RMException interface. This exception is thrown, if any conflict arises when a disposal action is being performed 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
RMDispositionConflictException(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

RMDispositionConflictException

  1. public RMDispositionConflictException( int aiCode,
  2. java.lang.String asMessage)
Calls the constructor of the super class with the specified parameters.
Parameters:
aiCode - An int variable that represents the exception code.
asMessage - A string value that represents the exception message.