Thrown when a reconnection mannager is unable to recreate the underlying channel.
Constructor and description |
---|
ChannelEndContructionException
() Constructs a ChannelEndConstructionException without a detail message or cause. |
ChannelEndContructionException
(String message) Constructs a ChannelEndConstructionException with a detail message. |
ChannelEndContructionException
(String message, Throwable cause) Constructs a ChannelEndContructionException with a detail message and underlying
cause. |
ChannelEndContructionException
(Throwable cause) Constructs a ChannelEndConstructionException with a cause indicator. |
Methods inherited from class | Name |
---|---|
class RuntimeException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Exception |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructs a ChannelEndConstructionException
without a detail message or cause.
Constructs a ChannelEndConstructionException
with a detail message.
message
- the detail message indicating why the exception was raised. Constructs a ChannelEndContructionException
with a detail message and underlying
cause.
message
- the detail message.cause
- the exception that was caught while trying to perform the construction operation. Constructs a ChannelEndConstructionException
with a cause indicator.
cause
- the exception that was caught while trying to perform the construction operation.JCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk