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:
  • Constructor Details

    • EmailException

      public EmailException(String message)
      Record an exception around email generation and sending
      Parameters:
      message - Shown to users in the admin console
    • EmailException

      public EmailException(String message, Throwable cause)
      Record an exception around email generation and sending
      Parameters:
      message - Shown to users in the admin console
      cause - Additional information to be logged