Class IdentityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.security.internal.common.exception.InternalSecurityException
fr.gouv.vitam.security.internal.common.exception.IdentityNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionIdentityNotFoundException
(String message) IdentityNotFoundException
(String message, Throwable cause) -
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
-
IdentityNotFoundException
- Parameters:
message
-
-
IdentityNotFoundException
- Parameters:
cause
-
-
IdentityNotFoundException
- Parameters:
message
-cause
-
-