org.jcsp.net.dynamic
public class ChannelEndContructionException extends RuntimeException
Constructor and Description |
---|
ChannelEndContructionException()
Constructs a
ChannelEndConstructionException without a detail message or cause. |
ChannelEndContructionException(String message)
Constructs a
ChannelEndConstructionException with a detail message. |
ChannelEndContructionException(String message,
Throwable cause)
Constructs a
ChannelEndContructionException with a detail message and underlying
cause. |
ChannelEndContructionException(Throwable cause)
Constructs a
ChannelEndConstructionException with a cause indicator. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChannelEndContructionException()
ChannelEndConstructionException
without a detail message or cause.public ChannelEndContructionException(String message)
ChannelEndConstructionException
with a detail message.message
- the detail message indicating why the exception was raised.public ChannelEndContructionException(String message, Throwable cause)
ChannelEndContructionException
with a detail message and underlying
cause.message
- the detail message.cause
- the exception that was caught while trying to perform the construction operation.public ChannelEndContructionException(Throwable cause)
ChannelEndConstructionException
with a cause indicator.cause
- the exception that was caught while trying to perform the construction operation.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.