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

org.signal.libsignal.hsmenclave.EnclaveCommunicationFailureException Maven / Gradle / Ivy

The newest version!
package org.signal.libsignal.hsmenclave;

public class EnclaveCommunicationFailureException extends Exception {
    public EnclaveCommunicationFailureException(String msg) { super(msg); }
    public EnclaveCommunicationFailureException(Throwable t) { super(t); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy