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 SummaryConstructors Constructor Description PemException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PemExceptionpublic PemException(Throwable cause) 
 
- 
 
-