Class SeeOtherException

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

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

    • SeeOtherException

      public SeeOtherException​(String aMessage, String aErrorCode)
      Instantiates a new see other exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • SeeOtherException

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

      public SeeOtherException​(String message, Throwable cause)
      Instantiates a new see other exception.
      Parameters:
      message - the message
      cause - the cause
    • SeeOtherException

      public SeeOtherException​(String message)
      Instantiates a new see other exception.
      Parameters:
      message - the message
    • SeeOtherException

      public SeeOtherException​(Throwable aCause, String aErrorCode)
      Instantiates a new see other exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • SeeOtherException

      public SeeOtherException​(Throwable cause)
      Instantiates a new see other exception.
      Parameters:
      cause - the cause