Class SmartContractNotFoundException

All Implemented Interfaces:
Serializable

public class SmartContractNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • SmartContractNotFoundException

      public SmartContractNotFoundException()
    • SmartContractNotFoundException

      public SmartContractNotFoundException(String message)
    • SmartContractNotFoundException

      public SmartContractNotFoundException(String message, Throwable cause)
    • SmartContractNotFoundException

      public SmartContractNotFoundException(Throwable cause)
    • SmartContractNotFoundException

      public SmartContractNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)