Package fr.gouv.vitam.common.exception
Class InvalidGuidOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.InvalidGuidOperationException
- All Implemented Interfaces:
Serializable
Invalid GUID Exception
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidGuidOperationException
- Parameters:
arg0
- the message
-
InvalidGuidOperationException
- Parameters:
arg0
- the cause
-
InvalidGuidOperationException
- Parameters:
arg0
- the messagearg1
- the cause
-