Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.PortAccessorpublic class PortAlreadyBoundRuntimeException extends PortNotFoundRuntimeException implements org.refcodes.mixin.PortAccessor
getPort() is already in use.org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor | Description |
|---|---|
PortAlreadyBoundRuntimeException(int aPort,
String message) |
Instantiates a new port already bound runtime exception.
|
PortAlreadyBoundRuntimeException(int aPort,
String aMessage,
String aErrorCode) |
Instantiates a new port already bound runtime exception.
|
PortAlreadyBoundRuntimeException(int aPort,
String message,
Throwable cause) |
Instantiates a new port already bound runtime exception.
|
PortAlreadyBoundRuntimeException(int aPort,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new port already bound runtime exception.
|
PortAlreadyBoundRuntimeException(int aPort,
Throwable cause) |
Instantiates a new port already bound runtime exception.
|
PortAlreadyBoundRuntimeException(int aPort,
Throwable aCause,
String aErrorCode) |
Instantiates a new port already bound runtime exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getPort() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PortAlreadyBoundRuntimeException(int aPort,
String aMessage,
String aErrorCode)
aPort - the portaMessage - the messageaErrorCode - the error codepublic PortAlreadyBoundRuntimeException(int aPort,
String aMessage,
Throwable aCause,
String aErrorCode)
aPort - the portaMessage - the messageaCause - the causeaErrorCode - the error codepublic PortAlreadyBoundRuntimeException(int aPort,
String message,
Throwable cause)
aPort - the portmessage - the messagecause - the causepublic PortAlreadyBoundRuntimeException(int aPort,
String message)
aPort - the portmessage - the messagepublic PortAlreadyBoundRuntimeException(int aPort,
Throwable aCause,
String aErrorCode)
aPort - the portaCause - the causeaErrorCode - the error codepublic PortAlreadyBoundRuntimeException(int aPort,
Throwable cause)
aPort - the portcause - the causeCopyright © 2018. All rights reserved.