All Packages Class Hierarchy This Package Previous Next Index
Class semper.seccomm.SecChannelTimeOutException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.comm.ChannelTimeOutException
|
+----semper.seccomm.SecChannelTimeOutException
- public class SecChannelTimeOutException
- extends ChannelTimeOutException
This class provides SecChannelTimeOutExceptions.
- Version:
- $Revision: 1.2 $ $Date: 1998/05/04 11:11:08 $
-
SecChannelTimeOutException()
- Creates a SecChannelTimeOutException
-
SecChannelTimeOutException(String)
- Creates a SecChannelTimeOutException with a detailed description.
-
toString()
- Convert to String
SecChannelTimeOutException
public SecChannelTimeOutException()
- Creates a SecChannelTimeOutException
SecChannelTimeOutException
public SecChannelTimeOutException(String s)
- Creates a SecChannelTimeOutException with a detailed description.
- Parameters:
- s - A detailed description
toString
public String toString()
- Convert to String
- Overrides:
- toString in class ChannelTimeOutException
All Packages Class Hierarchy This Package Previous Next Index