Class semper.comm.ChannelException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.comm.ChannelException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.comm.ChannelException
- public class ChannelException
- extends Exception
Signals that a channel exception has occured.
- Version:
- beta-4, 12.8.96
- Author:
- Mehdi Nassehi
-
ChannelException()
- Creates a ChannelException.
-
ChannelException(String)
- Creates a ChannelException with a detailed message.
-
getMessage()
- Return the message.
-
toString()
- Converts to a human-readable form.
ChannelException
public ChannelException()
- Creates a ChannelException.
ChannelException
public ChannelException(String s)
- Creates a ChannelException with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Converts to a human-readable form.
- Overrides:
- toString in class Throwable
getMessage
public String getMessage()
- Return the message.
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index