|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.msi.network.server.RHException
com.msi.network.server.RHReadException
An RHReadException is thrown when a requestHandler cannot read the connection.
| 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 |
public RHReadException()
RHReadException instance.
public RHReadException(java.lang.String message)
RHReadException instance.
message - a String value
public RHReadException(java.lang.String message,
java.lang.Throwable cause)
RHReadException instance.
message - a String valuecause - a Throwable valuepublic RHReadException(java.lang.Throwable cause)
RHReadException instance.
cause - a Throwable value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||