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:
  • Constructor Details

    • MultipleChoicesException

      public MultipleChoicesException(String aMessage, String aErrorCode)
      Instantiates a new multiple choices exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • MultipleChoicesException

      public MultipleChoicesException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new multiple choices exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • MultipleChoicesException

      public MultipleChoicesException(String aMessage, Throwable aCause)
      Instantiates a new multiple choices exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • MultipleChoicesException

      public MultipleChoicesException(String aMessage)
      Instantiates a new multiple choices exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • MultipleChoicesException

      public MultipleChoicesException(Throwable aCause, String aErrorCode)
      Instantiates a new multiple choices exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • MultipleChoicesException

      public MultipleChoicesException(Throwable aCause)
      Instantiates a new multiple choices exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.