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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownPythonServerException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownPythonServerException
public UnknownPythonServerException(String message)
-
-