Package io.goobi.viewer.exceptions
Class AjaxResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
io.goobi.viewer.exceptions.AjaxResponseException
- All Implemented Interfaces:
Serializable
- Author:
- florian
- See Also:
-
Constructor Summary
ConstructorDescriptionAjaxResponseException
(String string) AjaxResponseException
(String string, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AjaxResponseException
- Parameters:
string
-
-
AjaxResponseException
- Parameters:
string
-e
-
-