Class NetRuntimeException

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

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

    • NetRuntimeException

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

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

      public NetRuntimeException(String message, Throwable cause)
      Instantiates a new net runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • NetRuntimeException

      public NetRuntimeException(String message)
      Instantiates a new net runtime exception.
      Parameters:
      message - the message
    • NetRuntimeException

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

      public NetRuntimeException(Throwable cause)
      Instantiates a new net runtime exception.
      Parameters:
      cause - the cause