public class ChannelEndContructionException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ChannelEndContructionException()
Constructs a
ChannelEndConstructionException without a detail message or cause. |
ChannelEndContructionException(java.lang.String message)
Constructs a
ChannelEndConstructionException with a detail message. |
ChannelEndContructionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
ChannelEndContructionException with a detail message and underlying
cause. |
ChannelEndContructionException(java.lang.Throwable cause)
Constructs a
ChannelEndConstructionException with a cause indicator. |
public ChannelEndContructionException()
ChannelEndConstructionException without a detail message or cause.public ChannelEndContructionException(java.lang.String message)
ChannelEndConstructionException with a detail message.message - the detail message indicating why the exception was raised.public ChannelEndContructionException(java.lang.String message,
java.lang.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(java.lang.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.