Package com.google.gerrit.server
Class InvalidDeadlineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.InvalidDeadlineException
- All Implemented Interfaces:
Serializable
Exception that is thrown is a deadline cannot be parsed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDeadlineException
(String message) InvalidDeadlineException
(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
-
InvalidDeadlineException
-
InvalidDeadlineException
-