Class CcsOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ServerErrorException
io.clonecloudstore.common.quarkus.exception.CcsServerGenericException
io.clonecloudstore.common.quarkus.exception.CcsOperationException
- All Implemented Interfaces:
CcsExceptionInterface
,Serializable
Operation exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCcsOperationException
(String message) Constructor to CcsOperationExceptionCcsOperationException
(String message, Throwable cause) Constructor to CcsOperationExceptionCcsOperationException
(Throwable cause) Constructor to CcsOperationException -
Method Summary
Methods inherited from class io.clonecloudstore.common.quarkus.exception.CcsServerGenericException
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
-
CcsOperationException
Constructor to CcsOperationException- Parameters:
message
- Exception Message
-
CcsOperationException
Constructor to CcsOperationException- Parameters:
cause
- Initial Exception
-
CcsOperationException
Constructor to CcsOperationException- Parameters:
message
- Exception Messagecause
- Initial Exception
-