Package i5.las2peer.registry.exceptions
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
-
Constructor Details
-
EthereumException
public EthereumException() -
EthereumException
public EthereumException(java.lang.String message) -
EthereumException
public EthereumException(java.lang.Throwable cause) -
EthereumException
public EthereumException(java.lang.String message, java.lang.Throwable cause)
-