Klasse ChannelException

Alle implementierten Schnittstellen:
Serializable

public class ChannelException extends RuntimeException
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.
  • Konstruktordetails

    • ChannelException

      public ChannelException()
    • ChannelException

      public ChannelException(String message)
    • ChannelException

      public ChannelException(Throwable cause)
    • ChannelException

      public ChannelException(String message, Throwable cause)