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

public class CcsNotAcceptableException extends CcsClientGenericException
Not Acceptable exception
See Also:
  • Constructor Details

    • CcsNotAcceptableException

      public CcsNotAcceptableException(String message)
      Constructor to CcsNotAcceptableException
      Parameters:
      message - Exception Message
    • CcsNotAcceptableException

      public CcsNotAcceptableException(String message, Throwable cause)
      Constructor to CcsNotAcceptableException
      Parameters:
      message - Exception Message
      cause - Initial Exception