Class PortNotFoundRuntimeException

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

public class PortNotFoundRuntimeException extends NetRuntimeException
Thrown in case no port can be determined.
See Also:
  • Constructor Details

    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new port not found runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new port not found runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new port not found runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(String aMessage)
      Instantiates a new port not found runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new port not found runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(Throwable aCause)
      Instantiates a new port not found runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.