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
public class InvalidDeadlineException extends Exception
Exception that is thrown is a deadline cannot be parsed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDeadlineException(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
-
-