Class CcsNotAllowedException
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.CcsNotAllowedException
- All Implemented Interfaces:
CcsExceptionInterface
,Serializable
Not Allowed/Forbidden exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCcsNotAllowedException
(String message) Constructor to CcsNotAllowedExceptionCcsNotAllowedException
(String message, Throwable cause) Constructor to CcsNotAllowedException -
Method Summary
Methods inherited from class io.clonecloudstore.common.quarkus.exception.CcsClientGenericException
getMessage, getModule, getStatus
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CcsNotAllowedException
Constructor to CcsNotAllowedException- Parameters:
message
- Exception Message
-
CcsNotAllowedException
Constructor to CcsNotAllowedException- Parameters:
message
- Exception Messagecause
- Initial Exception
-