|
|||||||||||
| 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
Base exception for all RequestHandler errors.
| 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 |
public RHException()
RHException instance.
public RHException(java.lang.String message)
RHException instance.
message - a String value
public RHException(java.lang.String message,
java.lang.Throwable cause)
RHException instance.
message - a String valuecause - a Throwable valuepublic RHException(java.lang.Throwable cause)
RHException instance.
cause - a Throwable value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||