Package org.eclipse.net4j.channel
Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.channel.ChannelException
- All Implemented Interfaces:
Serializable
Thrown by an
IChannel
to indicate channel management problems.- Since:
- 2.0
- Author:
- Eike Stepper
- See Also:
- No Extend
- This interface is not intended to be extended by clients.
-
Constructor Summary
ConstructorDescriptionChannelException
(String message) ChannelException
(String message, Throwable cause) ChannelException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelException
public ChannelException() -
ChannelException
-
ChannelException
-
ChannelException
-