Class EthereumException

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

public class EthereumException extends Exception
Thrown for errors related to Ethereum, including execution of the smart contracts themselves, errors in their wrapper code, or communication with the Ethereum client.
See Also:
  • Constructor Details

    • EthereumException

      public EthereumException()
    • EthereumException

      public EthereumException(String message)
    • EthereumException

      public EthereumException(Throwable cause)
    • EthereumException

      public EthereumException(String message, Throwable cause)