com.ibm.itim.dataservices.model

Class ModelRemoveException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ModelRemoveException
    extends ModelException
    ModelRemoveException is an exception class used for errors that arise due to failure of removing an object of the data model.
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelRemoveException

        public ModelRemoveException(java.lang.String message)
        Constructs an ModelRemoveException with a message.
        Parameters:
        message - String holding a descriptive message about the exception.
      • ModelRemoveException

        public ModelRemoveException(java.lang.String msg,
                                    java.lang.Throwable cause)
        Constructs an ModelRemoveException with a message and original exception.
        Parameters:
        msg - String holding a descriptive message about the exception.
        cause - The original exception that caused the problem.
      • ModelRemoveException

        public ModelRemoveException(java.lang.String msg,
                                    java.lang.Object[] tokenValues,
                                    java.lang.Throwable throwable)
        Constructs a checked exception with a msg identifier, an array of message parameters, and the original exception or error.
        Parameters:
        msg - string identifier of error message.
        tokenValues - Object[] containing string values for replaceable tokens in the message bundle string.
        throwable - originating exception or error.