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