com.msi.network.server
Class RHWriteException

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

public class RHWriteException
extends RHException

An RHWriteException is thrown when a requestHandler cannot write 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
RHWriteException()
          Creates a new RHWriteException instance.
RHWriteException(java.lang.String message)
          Creates a new RHWriteException instance.
RHWriteException(java.lang.String message, java.lang.Throwable cause)
          Creates a new RHWriteException instance.
RHWriteException(java.lang.Throwable cause)
          Creates a new RHWriteException 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

RHWriteException

public RHWriteException()
Creates a new RHWriteException instance.


RHWriteException

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

Parameters:
message - a String value

RHWriteException

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

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

RHWriteException

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

Parameters:
cause - a Throwable value


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