Class EthereumException

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

public class EthereumException
extends java.lang.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:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    EthereumException()  
    EthereumException​(java.lang.String message)  
    EthereumException​(java.lang.String message, java.lang.Throwable cause)  
    EthereumException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait