Class AdminManagementClientServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.functional.administration.common.exception.ReferentialException
-
- fr.gouv.vitam.functional.administration.common.exception.AdminManagementClientServerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AdminManagementClientBadRequestException
public class AdminManagementClientServerException extends ReferentialException
Accession Register Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdminManagementClientServerException(java.lang.String message)
AdminManagementClientServerException(java.lang.String message, java.lang.Throwable cause)
AdminManagementClientServerException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
AdminManagementClientServerException
public AdminManagementClientServerException(java.lang.String message)
- Parameters:
message
- message to associate with the exception
-
AdminManagementClientServerException
public AdminManagementClientServerException(java.lang.Throwable cause)
- Parameters:
cause
- cause to associate with the exception
-
AdminManagementClientServerException
public AdminManagementClientServerException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
-