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

public class CcsNotAllowedException extends CcsClientGenericException
Not Allowed/Forbidden exception
See Also:
  • Constructor Details

    • CcsNotAllowedException

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

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