Package fr.gouv.vitam.common.exception
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:
java.io.Serializable
public class InvalidParseOperationException extends VitamException
Invalid parse operation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParseOperationException(java.lang.String arg0)
InvalidParseOperationException(java.lang.String arg0, java.lang.Throwable arg1)
InvalidParseOperationException(java.lang.Throwable arg0)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
InvalidParseOperationException
public InvalidParseOperationException(java.lang.String arg0)
- Parameters:
arg0
- the message
-
InvalidParseOperationException
public InvalidParseOperationException(java.lang.Throwable arg0)
- Parameters:
arg0
- the cause
-
InvalidParseOperationException
public InvalidParseOperationException(java.lang.String arg0, java.lang.Throwable arg1)
- Parameters:
arg0
- the messagearg1
- the cause
-
-