Class PortAlreadyBoundRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.PortAccessor

public class PortAlreadyBoundRuntimeException extends NetRuntimeException.PortRuntimeException
Thrown in case the given port NetRuntimeException.PortRuntimeException.getPort() is already in use.
See Also:
  • Constructor Details

    • PortAlreadyBoundRuntimeException

      public PortAlreadyBoundRuntimeException(String aMessage, int aPort, String aErrorCode)
    • PortAlreadyBoundRuntimeException

      public PortAlreadyBoundRuntimeException(String aMessage, int aPort, Throwable aCause, String aErrorCode)
    • PortAlreadyBoundRuntimeException

      public PortAlreadyBoundRuntimeException(String aMessage, int aPort, Throwable aCause)
    • PortAlreadyBoundRuntimeException

      public PortAlreadyBoundRuntimeException(String aMessage, int aPort)
    • PortAlreadyBoundRuntimeException

      public PortAlreadyBoundRuntimeException(int aPort, Throwable aCause, String aErrorCode)
    • PortAlreadyBoundRuntimeException

      public PortAlreadyBoundRuntimeException(int aPort, Throwable aCause)