Class InvalidParseOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.InvalidParseOperationException
All Implemented Interfaces:
Serializable

public class InvalidParseOperationException extends VitamException
Invalid parse operation
See Also:
  • Constructor Details

    • InvalidParseOperationException

      public InvalidParseOperationException(String arg0)
      Parameters:
      arg0 - the message
    • InvalidParseOperationException

      public InvalidParseOperationException(Throwable arg0)
      Parameters:
      arg0 - the cause
    • InvalidParseOperationException

      public InvalidParseOperationException(String arg0, Throwable arg1)
      Parameters:
      arg0 - the message
      arg1 - the cause