Package com.google.gerrit.server.mail
Class EmailTokenVerifier.InvalidTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.mail.EmailTokenVerifier.InvalidTokenException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- EmailTokenVerifier
public static class EmailTokenVerifier.InvalidTokenException extends Exception
Exception thrown when a token does not parse correctly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTokenException()
InvalidTokenException(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 Detail
-
InvalidTokenException
public InvalidTokenException()
-
InvalidTokenException
public InvalidTokenException(Throwable cause)
-
-