public class FakeSmtpRuleException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
FakeSmtpRuleException(java.lang.String message)
Instantiates a new fake smtp rule exception.
|
FakeSmtpRuleException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new fake smtp rule exception.
|
FakeSmtpRuleException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new fake smtp rule exception.
|
FakeSmtpRuleException(java.lang.Throwable cause)
Instantiates a new fake smtp rule exception.
|
public FakeSmtpRuleException(java.lang.String message)
message - the messagepublic FakeSmtpRuleException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic FakeSmtpRuleException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack tracepublic FakeSmtpRuleException(java.lang.Throwable cause)
cause - the cause