public class ChannelEndNotMoveableException extends RuntimeException
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChannelEndNotMoveableException()
ChannelEndNotMoveableException
without a detail message or
cause.public ChannelEndNotMoveableException(String message)
ChannelEndNotMoveableException
with a detail message.message
- the detail message.public ChannelEndNotMoveableException(String message, Throwable cause)
ChannelEndNotMoveableException
with a detail message and
underlying cause exception.message
- the detail message.cause
- the exception that caused this one to be raised.public ChannelEndNotMoveableException(Throwable cause)
ChannelEndNotMoveableException
with a cause exception.cause
- the exception that caused this one to be raised.Copyright © 1996–2014. All rights reserved.