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)
    • NetException

      public NetException(String aMessage, Throwable aCause, String aErrorCode)
    • NetException

      public NetException(String aMessage, Throwable aCause)
    • NetException

      public NetException(String aMessage)
    • NetException

      public NetException(Throwable aCause, String aErrorCode)
    • NetException

      public NetException(Throwable aCause)