org.eclipse.net4j.channel
Class ChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.net4j.channel.ChannelException
All Implemented Interfaces:
Serializable

public class ChannelException
extends RuntimeException

Thrown by an IChannel to indicate channel management problems.

Since:
2.0
See Also:
IChannelMultiplexer, Serialized Form
No Extend
This interface is not intended to be extended by clients.

Constructor Summary
ChannelException()
           
ChannelException(String message)
           
ChannelException(String message, Throwable cause)
           
ChannelException(Throwable cause)
           
 
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

ChannelException

public ChannelException()

ChannelException

public ChannelException(String message)

ChannelException

public ChannelException(Throwable cause)

ChannelException

public ChannelException(String message,
                        Throwable cause)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.