Package org.eclipse.net4j.channel
Klasse ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.channel.ChannelException
- Alle implementierten Schnittstellen:
Serializable
Thrown by an
IChannel
to indicate channel management problems.- Seit:
- 2.0
- Autor:
- Eike Stepper
- Siehe auch:
- No Extend
- This interface is not intended to be extended by clients.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungChannelException
(String message) ChannelException
(String message, Throwable cause) ChannelException
(Throwable cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ChannelException
public ChannelException() -
ChannelException
-
ChannelException
-
ChannelException
-