Class ChannelEndNotMoveableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcsp.net.dynamic.ChannelEndNotMoveableException
- All Implemented Interfaces:
Serializable
Thrown when a channel end cannot be moved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newChannelEndNotMoveableExceptionwithout a detail message or cause.ChannelEndNotMoveableException(String message) Constructs a newChannelEndNotMoveableExceptionwith a detail message.ChannelEndNotMoveableException(String message, Throwable cause) Constructs a newChannelEndNotMoveableExceptionwith a detail message and underlying cause exception.Constructs a newChannelEndNotMoveableExceptionwith a cause exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelEndNotMoveableException
public ChannelEndNotMoveableException()Constructs a newChannelEndNotMoveableExceptionwithout a detail message or cause. -
ChannelEndNotMoveableException
Constructs a newChannelEndNotMoveableExceptionwith a detail message.- Parameters:
message- the detail message.
-
ChannelEndNotMoveableException
-
ChannelEndNotMoveableException
Constructs a newChannelEndNotMoveableExceptionwith a cause exception.- Parameters:
cause- the exception that caused this one to be raised.
-