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

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

    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(String aMessage, String aErrorCode)
    • PortNotFoundRuntimeException

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

      public PortNotFoundRuntimeException(String aMessage, Throwable aCause)
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(String aMessage)
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(Throwable aCause, String aErrorCode)
    • PortNotFoundRuntimeException

      public PortNotFoundRuntimeException(Throwable aCause)