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

com.quorum.tessera.enclave.InvalidRecipientException Maven / Gradle / Ivy

package com.quorum.tessera.enclave;

/**
 * An exception to indicate the recipient is valid for the operation being
 * performed
 */
public class InvalidRecipientException extends RuntimeException {

    public InvalidRecipientException(final String message) {
        super(message);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy