com.msi.network.server
Class RHException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.msi.network.server.RHException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RHConnectionException, RHReadException, RHWriteException

public class RHException
extends java.lang.Exception

Base exception for all RequestHandler errors.

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

RHException

public RHException()
Creates a new RHException instance.


RHException

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

Parameters:
message - a String value

RHException

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

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

RHException

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

Parameters:
cause - a Throwable value


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