Class WebRuntimeException

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

public abstract class WebRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The base runtime exception for networking related issues.
See Also:
  • Constructor Details

    • WebRuntimeException

      public WebRuntimeException(String aMessage, String aErrorCode)
      Instantiates the class WebRuntimeException.
      See Also:
      • AbstractRuntimeException(String, String)
    • WebRuntimeException

      public WebRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class WebRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable, String)
    • WebRuntimeException

      public WebRuntimeException(String aMessage, Throwable aCause)
      Instantiates the class WebRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable)
    • WebRuntimeException

      public WebRuntimeException(String aMessage)
      Instantiates the class WebRuntimeException.
      See Also:
      • AbstractRuntimeException(String)
    • WebRuntimeException

      public WebRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates the class WebRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable, String)
    • WebRuntimeException

      public WebRuntimeException(Throwable aCause)
      Instantiates the class WebRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable)