Class CcsClientGenericException

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
All Implemented Interfaces:
CcsExceptionInterface, Serializable
Direct Known Subclasses:
CcsAlreadyExistException, CcsDeletedException, CcsNotAcceptableException, CcsNotAllowedException, CcsNotExistException

public class CcsClientGenericException extends jakarta.ws.rs.ClientErrorException implements CcsExceptionInterface
Generic Abstract class exception for Client Error
See Also:
  • Constructor Details

    • CcsClientGenericException

      public CcsClientGenericException(String message, jakarta.ws.rs.core.Response.Status status)
      Constructor to CcsClientGenericException
      Parameters:
      message - Exception Message
      status - HTTP Status Code
    • CcsClientGenericException

      public CcsClientGenericException(String message, jakarta.ws.rs.core.Response.Status status, Throwable cause)
      Constructor to CcsClientGenericException
      Parameters:
      message - Exception Message
      status - HTTP Status Code
      cause - Initial Exception
  • Method Details