public class SMTTranslationException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SMTTranslationException() |
SMTTranslationException(String message) |
SMTTranslationException(String message,
Throwable cause) |
SMTTranslationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
SMTTranslationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID