Package org.keycloak.email
Class EmailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.keycloak.email.EmailException
- All Implemented Interfaces:
 Serializable
- Author:
 - Stian Thorgersen
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionEmailException(String message) Record an exception around email generation and sendingEmailException(String message, Throwable cause) Record an exception around email generation and sending - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
EmailException
Record an exception around email generation and sending- Parameters:
 message- Shown to users in the admin console
 - 
EmailException
Record an exception around email generation and sending- Parameters:
 message- Shown to users in the admin consolecause- Additional information to be logged
 
 -