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