Class NetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.net.NetException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
NetException.PortException

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

    • NetException

      public NetException(String aMessage, String aErrorCode)
      See Also:
      • AbstractException(String, String)
    • NetException

      public NetException(String aMessage, Throwable aCause, String aErrorCode)
      See Also:
      • AbstractException(String, Throwable, String)
    • NetException

      public NetException(String aMessage, Throwable aCause)
      See Also:
      • AbstractException(String, Throwable)
    • NetException

      public NetException(String aMessage)
      See Also:
      • AbstractException(String)
    • NetException

      public NetException(Throwable aCause, String aErrorCode)
      See Also:
      • AbstractException(Throwable, String)
    • NetException

      public NetException(Throwable aCause)
      See Also:
      • AbstractException(Throwable)