Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.google.gerrit.extensions.restapi.NotImplementedException
- All Implemented Interfaces:
Serializable
Method is not implemented in currently used implementation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException
(String message) NotImplementedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException() -
NotImplementedException
-
NotImplementedException
-