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 message
      aErrorCode - the error code
    • PortNotFoundRuntimeException

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

      public PortNotFoundRuntimeException(String message, Throwable cause)
      Instantiates a new port not found runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(String message)
      Instantiates a new port not found runtime exception.
      Parameters:
      message - the message
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new port not found runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(Throwable cause)
      Instantiates a new port not found runtime exception.
      Parameters:
      cause - the cause