|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--ajax.common.AjaxException
The generic AJAX exception. Exceptions are thrown when either the user does something wrong (like create a relation of the same name twice) or an internal error occurs (running out of buffer space) which can be handled by some other part of the system.
Constructor Summary | |
AjaxException()
Constructs an AjaxException with no detail message. |
|
AjaxException(java.lang.String s)
Constructs a DiscoException with a detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AjaxException()
public AjaxException(java.lang.String s)
s
- the String that contains a detailed message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |