Class ReportableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.web.bindery.requestfactory.server.ReportableException
- All Implemented Interfaces:
Serializable
Encapsulates exceptions that should be thrown back to the client.
-
Constructor Summary
ConstructorDescriptionReportableException
(String msg, Throwable cause) ReportableException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReportableException
-
ReportableException
-
ReportableException
-