public class ChannelEndNotMoveableException extends RuntimeException
Constructor and Description |
---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.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.