Class CcsDeletedException
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.CcsDeletedException
- All Implemented Interfaces:
CcsExceptionInterface
,Serializable
Already Deleted exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCcsDeletedException
(String message) Constructor to CcsDeletedExceptionCcsDeletedException
(String message, Throwable e) Constructor to CcsAlreadyExistException -
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
-
CcsDeletedException
Constructor to CcsDeletedException- Parameters:
message
- Exception Message
-
CcsDeletedException
Constructor to CcsAlreadyExistException- Parameters:
message
- Exception Messagee
- Throwable to associate
-