Package org.keycloak.email
Class EmailException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.keycloak.email.EmailException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class EmailException extends Exception - Author:
- Stian Thorgersen
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description EmailException(String message)EmailException(String message, Throwable cause)EmailException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-