Class MultipleChoicesException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class MultipleChoicesException
extends HttpStatusException
The Class MultipleChoicesException.
See Also:
Serialized Form
  • Constructor Details

    • MultipleChoicesException

      public MultipleChoicesException​(String aMessage, String aErrorCode)
      Instantiates a new multiple choices exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • MultipleChoicesException

      public MultipleChoicesException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new multiple choices exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • MultipleChoicesException

      public MultipleChoicesException​(String message, Throwable cause)
      Instantiates a new multiple choices exception.
      Parameters:
      message - the message
      cause - the cause
    • MultipleChoicesException

      public MultipleChoicesException​(String message)
      Instantiates a new multiple choices exception.
      Parameters:
      message - the message
    • MultipleChoicesException

      public MultipleChoicesException​(Throwable aCause, String aErrorCode)
      Instantiates a new multiple choices exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • MultipleChoicesException

      public MultipleChoicesException​(Throwable cause)
      Instantiates a new multiple choices exception.
      Parameters:
      cause - the cause