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

class ReportableException extends RuntimeException
Encapsulates exceptions that should be thrown back to the client.
  • Constructor Details

    • ReportableException

      public ReportableException(String msg)
    • ReportableException

      public ReportableException(String msg, Throwable cause)
    • ReportableException

      public ReportableException(Throwable cause)