Class RemoteApiServlet.UnknownPythonServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.apphosting.utils.remoteapi.RemoteApiServlet.UnknownPythonServerException
All Implemented Interfaces:
Serializable
Enclosing class:
RemoteApiServlet

public static class RemoteApiServlet.UnknownPythonServerException extends RuntimeException
Exception for unknown errors from a Python remote_api handler.
See Also:
  • Constructor Details

    • UnknownPythonServerException

      public UnknownPythonServerException(String message)