Package org.bitcoinj.crypto
Class KeyCrypterException.PublicPrivateMismatch
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.bitcoinj.crypto.KeyCrypterException
 - 
- org.bitcoinj.crypto.KeyCrypterException.PublicPrivateMismatch
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - KeyCrypterException
 
public static class KeyCrypterException.PublicPrivateMismatch extends KeyCrypterException
This exception is thrown when a private key or seed is decrypted, it doesn't match its public key any more. This likely means the wrong decryption key has been used.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.bitcoinj.crypto.KeyCrypterException
KeyCrypterException.InvalidCipherText, KeyCrypterException.PublicPrivateMismatch 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PublicPrivateMismatch(java.lang.String message)PublicPrivateMismatch(java.lang.String message, java.lang.Throwable throwable) 
 -