Class PortAlreadyBoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.PortAccessor

public class PortAlreadyBoundException extends NetException.PortException
Thrown in case the given port getPort() is already in use.
See Also:
  • Constructor Details

    • PortAlreadyBoundException

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

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

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

      public PortAlreadyBoundException(String aMessage, int aPort)
    • PortAlreadyBoundException

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

      public PortAlreadyBoundException(int aPort, Throwable aCause)
  • Method Details