Class NetRuntimeException.PortRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.net.NetRuntimeException
org.refcodes.net.NetRuntimeException.PortRuntimeException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, PortAccessor
- Direct Known Subclasses:
PortAlreadyBoundRuntimeException
- Enclosing class:
NetRuntimeException
protected abstract static class NetRuntimeException.PortRuntimeException
extends NetRuntimeException
implements PortAccessor
Base runtime exception for port related problems.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class NetRuntimeException
NetRuntimeException.PortRuntimeExceptionNested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodePropertyNested classes/interfaces inherited from interface PortAccessor
PortAccessor.PortBuilder<B>, PortAccessor.PortMutator, PortAccessor.PortProperty -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPortRuntimeException(int aPort, String aMessage) PortRuntimeException(int aPort, String aMessage, String aErrorCode) PortRuntimeException(int aPort, String aMessage, Throwable aCause) PortRuntimeException(int aPort, String aMessage, Throwable aCause, String aErrorCode) PortRuntimeException(int aPort, Throwable aCause) PortRuntimeException(int aPort, Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class AbstractRuntimeException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Field Details
-
_port
protected int _port
-
-
Constructor Details
-
PortRuntimeException
-
PortRuntimeException
-
PortRuntimeException
-
PortRuntimeException
- Parameters:
aPort- The port in question.- See Also:
-
PortRuntimeException
-
PortRuntimeException
- Parameters:
aPort- The port in question.- See Also:
-
-
Method Details
-
getPort
public int getPort()- Specified by:
getPortin interfacePortAccessor
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceTrap
-