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.Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.