Thrown when a channel end cannot be moved.
Constructor and description |
---|
ChannelEndNotMoveableException
() Constructs a new ChannelEndNotMoveableException without a detail message or
cause. |
ChannelEndNotMoveableException
(String message) Constructs a new ChannelEndNotMoveableException with a detail message. |
ChannelEndNotMoveableException
(String message, Throwable cause) Constructs a new ChannelEndNotMoveableException with a detail message and
underlying cause exception. |
ChannelEndNotMoveableException
(Throwable cause) Constructs a new ChannelEndNotMoveableException with a cause exception. |
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 new ChannelEndNotMoveableException
without a detail message or
cause.
Constructs a new ChannelEndNotMoveableException
with a detail message.
message
- the detail message. Constructs a new ChannelEndNotMoveableException
with a detail message and
underlying cause exception.
message
- the detail message.cause
- the exception that caused this one to be raised. Constructs a new ChannelEndNotMoveableException
with a cause exception.
cause
- the exception that caused this one to be raised.JCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk