All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.everitoken.sdk.java.exceptions.AbiSerialisationFailureException Maven / Gradle / Ivy

There is a newer version: 1.4.6
Show newest version
package io.everitoken.sdk.java.exceptions;

public class AbiSerialisationFailureException extends IllegalArgumentException implements EvtException {
    public AbiSerialisationFailureException(String message, Throwable cause) {
        super(String.format("Failed to serialize Abi via Api due to (%s)", message), cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy