public class MaileonNotFoundException extends MaileonException
Constructor and Description |
---|
MaileonNotFoundException(StatusType status)
Instantiates a new maileon not found exception.
|
MaileonNotFoundException(StatusType status,
java.lang.String message)
Instantiates a new maileon not found exception.
|
MaileonNotFoundException(java.lang.String message)
Instantiates a new maileon not found exception.
|
getReasonPhrase, getStatusCode
public MaileonNotFoundException(java.lang.String message)
message
- the messagepublic MaileonNotFoundException(StatusType status)
status
- the statuspublic MaileonNotFoundException(StatusType status, java.lang.String message)
status
- the statusmessage
- the messageCopyright © 2017. All Rights Reserved.