Class CcsNotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ClientErrorException
io.clonecloudstore.common.quarkus.exception.CcsClientGenericException
io.clonecloudstore.common.quarkus.exception.CcsNotAcceptableException
- All Implemented Interfaces:
CcsExceptionInterface,Serializable
Not Acceptable exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCcsNotAcceptableException(String message) Constructor to CcsNotAcceptableExceptionCcsNotAcceptableException(String message, Throwable cause) Constructor to CcsNotAcceptableException -
Method Summary
Methods inherited from class io.clonecloudstore.common.quarkus.exception.CcsClientGenericException
getMessage, getModule, getStatusMethods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CcsNotAcceptableException
Constructor to CcsNotAcceptableException- Parameters:
message- Exception Message
-
CcsNotAcceptableException
Constructor to CcsNotAcceptableException- Parameters:
message- Exception Messagecause- Initial Exception
-