com.filenet.rm.api.exception

Class RMDispositionConflictException

  • java.lang.Object
    • java.lang.Throwable
  • All Implemented Interfaces:
    java.io.Serializable


    public class RMDispositionConflictException
    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
    • Constructor Detail

      • RMDispositionConflictException

        public RMDispositionConflictException(int aiCode,
                                      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.

© Copyright IBM Corp. 2003, 2013. All Rights Reserved.