Class CcsServerGenericException

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
All Implemented Interfaces:
CcsExceptionInterface, Serializable
Direct Known Subclasses:
CcsOperationException

public class CcsServerGenericException extends jakarta.ws.rs.ServerErrorException implements CcsExceptionInterface
Generic exception for Server Error
See Also:
  • Constructor Details

    • CcsServerGenericException

      public CcsServerGenericException(jakarta.ws.rs.core.Response.Status status, Throwable cause)
      Constructor to CcsServerGenericException
    • CcsServerGenericException

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

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