// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.tsp.ers;

class ExpUtil
{
    static IllegalStateException createIllegalState(final String message, final Throwable cause) {
        return new IllegalStateException(message, cause);
    }
}
