Class HttpRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.web.NetRuntimeException
org.refcodes.web.HttpRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
HttpStatusRuntimeException

public abstract class HttpRuntimeException
extends NetRuntimeException
The Class HttpRuntimeException.
See Also:
Serialized Form
  • Constructor Details

    • HttpRuntimeException

      public HttpRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new http runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • HttpRuntimeException

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

      public HttpRuntimeException​(String message, Throwable cause)
      Instantiates a new http runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • HttpRuntimeException

      public HttpRuntimeException​(String message)
      Instantiates a new http runtime exception.
      Parameters:
      message - the message
    • HttpRuntimeException

      public HttpRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new http runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • HttpRuntimeException

      public HttpRuntimeException​(Throwable cause)
      Instantiates a new http runtime exception.
      Parameters:
      cause - the cause