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

software.crldev.elrondspringbootstarterreactive.error.exception.CannotSignTransactionException Maven / Gradle / Ivy

Go to download

A SpringBoot Starter solution designed to ensure easy and efficient integration with the Elrond Network using a Reactive API layer.

The newest version!
package software.crldev.elrondspringbootstarterreactive.error.exception;

import software.crldev.elrondspringbootstarterreactive.error.ErrorMessage;

public class CannotSignTransactionException extends RuntimeException {

    public CannotSignTransactionException(Throwable e) {
        super(String.format(ErrorMessage.CANNOT_SIGN_TRANSACTION.getValue(), e.getMessage()));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy