Package com.google.gerrit.httpd.rpc
Class BaseServiceImplementation.Failure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.httpd.rpc.BaseServiceImplementation.Failure
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BaseServiceImplementation
public static class BaseServiceImplementation.Failure extends Exception
Exception whose cause is passed into onFailure.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Failure
public Failure(Throwable why)
-
-