Class UnexpectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.web.bindery.requestfactory.server.UnexpectedException
All Implemented Interfaces:
Serializable

class UnexpectedException extends RuntimeException
Encapsulates exceptions that indicate something went wrong in RequestFactory code.
  • Constructor Details

    • UnexpectedException

      public UnexpectedException(String msg, Throwable cause)
    • UnexpectedException

      public UnexpectedException(Throwable cause)