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

org.bouncycastle.tsp.ers.ExpUtil Maven / Gradle / Ivy

package org.bouncycastle.tsp.ers;

class ExpUtil
{
    static IllegalStateException createIllegalState(String message, Throwable cause)
    {
        return new IllegalStateException(message + ": " + cause.toString());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy