public class EmailMessagingException extends RuntimeException
| Constructor and Description |
|---|
EmailMessagingException(String message)
Constructs a new EmailMessagingException with given detail message.
|
EmailMessagingException(String message,
Throwable cause)
Constructs a new EmailMessagingException with given detail message and cause.
|
EmailMessagingException(Throwable cause)
Constructs a new EmailMessagingException with given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmailMessagingException(String message)
message - the detail message.public EmailMessagingException(Throwable cause)
cause - the cause.Copyright © 2023. All rights reserved.