Package org.jcsp.net.dynamic
Class ChannelEndNotMoveableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jcsp.net.dynamic.ChannelEndNotMoveableException
-
- All Implemented Interfaces:
java.io.Serializable
public class ChannelEndNotMoveableException extends java.lang.RuntimeExceptionThrown when a channel end cannot be moved.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelEndNotMoveableException()Constructs a newChannelEndNotMoveableExceptionwithout a detail message or cause.ChannelEndNotMoveableException(java.lang.String message)Constructs a newChannelEndNotMoveableExceptionwith a detail message.ChannelEndNotMoveableException(java.lang.String message, java.lang.Throwable cause)Constructs a newChannelEndNotMoveableExceptionwith a detail message and underlying cause exception.ChannelEndNotMoveableException(java.lang.Throwable cause)Constructs a newChannelEndNotMoveableExceptionwith a cause exception.
-
-
-
Constructor Detail
-
ChannelEndNotMoveableException
public ChannelEndNotMoveableException()
Constructs a newChannelEndNotMoveableExceptionwithout a detail message or cause.
-
ChannelEndNotMoveableException
public ChannelEndNotMoveableException(java.lang.String message)
Constructs a newChannelEndNotMoveableExceptionwith a detail message.- Parameters:
message- the detail message.
-
ChannelEndNotMoveableException
public ChannelEndNotMoveableException(java.lang.String message, java.lang.Throwable cause)Constructs a newChannelEndNotMoveableExceptionwith a detail message and underlying cause exception.- Parameters:
message- the detail message.cause- the exception that caused this one to be raised.
-
ChannelEndNotMoveableException
public ChannelEndNotMoveableException(java.lang.Throwable cause)
Constructs a newChannelEndNotMoveableExceptionwith a cause exception.- Parameters:
cause- the exception that caused this one to be raised.
-
-