|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcsp.net.dynamic.ChannelEndNotMoveableException
public class ChannelEndNotMoveableException
Thrown when a channel end cannot be moved.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||