public class EmailException extends Exception
| Constructor and Description |
|---|
EmailException(String message)
Create an exception with the given message.
|
EmailException(Throwable throwable)
Create an exception with the given Throwable as the root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmailException(String message)
message - The message for the exception.public EmailException(Throwable throwable)
throwable - The root cause.Copyright © 2012–2018 Emory University. All rights reserved.