|
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.ChannelEndContructionException
public class ChannelEndContructionException
Thrown when a reconnection mannager is unable to recreate the underlying channel.
| Constructor Summary | |
|---|---|
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. |
|
| 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 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.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||