com.msi.network.server
Class RHConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.msi.network.server.RHException
              extended bycom.msi.network.server.RHConnectionException
All Implemented Interfaces:
java.io.Serializable

public class RHConnectionException
extends RHException

An RHConnectionException is thrown when a requestHandler connection is null or a non-read, non-write error occurs.

Version:
1.0
Author:
Ken Thompson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RHConnectionException()
          Creates a new RHConnectionException instance.
RHConnectionException(java.lang.String message)
          Creates a new RHConnectionException instance.
RHConnectionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new RHConnectionException instance.
RHConnectionException(java.lang.Throwable cause)
          Creates a new RHConnectionException instance.
 
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

RHConnectionException

public RHConnectionException()
Creates a new RHConnectionException instance.


RHConnectionException

public RHConnectionException(java.lang.String message)
Creates a new RHConnectionException instance.

Parameters:
message - a String value

RHConnectionException

public RHConnectionException(java.lang.String message,
                             java.lang.Throwable cause)
Creates a new RHConnectionException instance.

Parameters:
message - a String value
cause - a Throwable value

RHConnectionException

public RHConnectionException(java.lang.Throwable cause)
Creates a new RHConnectionException instance.

Parameters:
cause - a Throwable value


Copyright © 2001-2002 MileStone Solutions, Inc. All Rights Reserved.