Class BadEthereumCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.registry.exceptions.BadEthereumCredentialsException
All Implemented Interfaces:
Serializable

public class BadEthereumCredentialsException extends Exception
Thrown when an Ethereum wallet file cannot be opened or decoded with the given password.
See Also:
  • Constructor Details

    • BadEthereumCredentialsException

      public BadEthereumCredentialsException()
    • BadEthereumCredentialsException

      public BadEthereumCredentialsException(String message)
    • BadEthereumCredentialsException

      public BadEthereumCredentialsException(Throwable cause)
    • BadEthereumCredentialsException

      public BadEthereumCredentialsException(String message, Throwable cause)