Class ReportableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.web.bindery.requestfactory.server.ReportableException
-
- All Implemented Interfaces:
java.io.Serializable
class ReportableException extends java.lang.RuntimeException
Encapsulates exceptions that should be thrown back to the client.
-
-
Constructor Summary
Constructors Constructor Description ReportableException(java.lang.String msg)
ReportableException(java.lang.String msg, java.lang.Throwable cause)
ReportableException(java.lang.Throwable cause)
-