Class LogbookClientBadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.logbook.common.exception.LogbookClientException
fr.gouv.vitam.logbook.common.exception.LogbookClientBadRequestException
- All Implemented Interfaces:
Serializable
Exception indicating a resource given as parameter is malformed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogbookClientBadRequestException(String message) LogbookClientBadRequestException(String messsage, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogbookClientBadRequestException
- Parameters:
message- associated message
-
LogbookClientBadRequestException
- Parameters:
cause- associated cause
-
LogbookClientBadRequestException
- Parameters:
messsage- associated messagecause- associated cause
-