com.msi.network.server
Class RHReadException

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

public class RHReadException
extends RHException

An RHReadException is thrown when a requestHandler cannot read the connection.

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
RHReadException()
          Creates a new RHReadException instance.
RHReadException(java.lang.String message)
          Creates a new RHReadException instance.
RHReadException(java.lang.String message, java.lang.Throwable cause)
          Creates a new RHReadException instance.
RHReadException(java.lang.Throwable cause)
          Creates a new RHReadException 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

RHReadException

public RHReadException()
Creates a new RHReadException instance.


RHReadException

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

Parameters:
message - a String value

RHReadException

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

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

RHReadException

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

Parameters:
cause - a Throwable value


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