|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.elkoserver.foundation.json.MessageHandlerException
public class MessageHandlerException
An exception in the execution of a JSON method.
| Constructor Summary | |
|---|---|
MessageHandlerException()
Construct a MessageHandlerException with no specified detail message. |
|
MessageHandlerException(String message)
Construct a MessageHandlerException with the specified detail message. |
|
MessageHandlerException(String message,
Throwable nested)
Construct a MessageHandlerException wrapping some other kind of exception. |
|
| Method Summary |
|---|
| 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 MessageHandlerException()
public MessageHandlerException(String message)
message - The detail message.
public MessageHandlerException(String message,
Throwable nested)
message - The detail message.nested - Other exception to wrap.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||