Package org.keycloak.common.util
Class PemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.keycloak.common.util.PemException
-
- All Implemented Interfaces:
Serializable
public class PemException extends RuntimeException
- Author:
- Stian Thorgersen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PemException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PemException
public PemException(Throwable cause)
-
-