Class RhpamException

    • Constructor Detail

      • RhpamException

        public RhpamException​(String message)
        Instantiates a new Rhpam exception.
        Parameters:
        message - the message
      • RhpamException

        public RhpamException​(String errorCode,
                              String errorMessage,
                              Exception cause)
        New RHPAM exception with error code and error message.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        cause - the causing exception
      • RhpamException

        public RhpamException​(String message,
                              Throwable cause)
        Instantiates a new Rhpam exception.
        Parameters:
        message - the message
        cause - the cause
      • RhpamException

        public RhpamException​(String message,
                              javax.ws.rs.core.Response.Status status)
        Instantiates a new Rhpam exception.
        Parameters:
        message - the error message
        status - the response status