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