public class ChannelEndNotMoveableException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ChannelEndNotMoveableException()
Constructs a new
ChannelEndNotMoveableException without a detail message or
cause. |
ChannelEndNotMoveableException(java.lang.String message)
Constructs a new
ChannelEndNotMoveableException with a detail message. |
ChannelEndNotMoveableException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
ChannelEndNotMoveableException with a detail message and
underlying cause exception. |
ChannelEndNotMoveableException(java.lang.Throwable cause)
Constructs a new
ChannelEndNotMoveableException with a cause exception. |
public ChannelEndNotMoveableException()
ChannelEndNotMoveableException without a detail message or
cause.public ChannelEndNotMoveableException(java.lang.String message)
ChannelEndNotMoveableException with a detail message.message - the detail message.public ChannelEndNotMoveableException(java.lang.String message,
java.lang.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(java.lang.Throwable cause)
ChannelEndNotMoveableException with a cause exception.cause - the exception that caused this one to be raised.Copyright © 1996–2022. All rights reserved.