public class EmailServiceException
extends java.lang.Exception
Constructor and Description |
---|
EmailServiceException()
Default constructor
|
EmailServiceException(java.lang.String message)
Constructor that takes error message as argument
|
EmailServiceException(java.lang.String message,
java.lang.Throwable throwable)
Constructor that takes error message and Throwable root cause as argument.
|
EmailServiceException(java.lang.Throwable throwable)
Constructor that takes the Throwable root cause as argument.
|
public EmailServiceException()
public EmailServiceException(java.lang.String message)
message
- The error messagepublic EmailServiceException(java.lang.Throwable throwable)
throwable
- The root cause Throwable instance.public EmailServiceException(java.lang.String message, java.lang.Throwable throwable)
message
- The error messagethrowable
- The root cause Throwable instance.Copyright © 2010 - 2020 Adobe. All Rights Reserved