Package com.google.gerrit.server.account
Class HashedPassword.DecoderException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.google.gerrit.server.account.HashedPassword.DecoderException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- HashedPassword
 
 public static class HashedPassword.DecoderException extends Exception - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DecoderException(String message)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DecoderExceptionpublic DecoderException(String message) 
 
- 
 
-