com.google.bitcoin.crypto
Class KeyCrypterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.bitcoin.crypto.KeyCrypterException
All Implemented Interfaces:
Serializable

public class KeyCrypterException
extends RuntimeException

Exception to provide the following to EncrypterDecrypterOpenSSL:

This base exception acts as a general failure mode not attributable to a specific cause (other than that reported in the exception message). Since this is in English, it may not be worth reporting directly to the user other than as part of a "general failure to parse" response.

See Also:
Serialized Form

Constructor Summary
KeyCrypterException(String s)
           
KeyCrypterException(String s, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyCrypterException

public KeyCrypterException(String s)

KeyCrypterException

public KeyCrypterException(String s,
                           Throwable throwable)


Copyright © 2014. All rights reserved.