public class MailException extends UncheckedException
UncheckedException.CallableVoid
cause, CAUSE_DIV, showCauseDetails
Constructor and Description |
---|
MailException(java.lang.String message)
Creates a
MailException . |
MailException(java.lang.String message,
java.lang.Throwable t)
Creates a
MailException . |
MailException(java.lang.Throwable t)
Creates a
MailException . |
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
public MailException(java.lang.String message)
MailException
.message
- Error message.public MailException(java.lang.String message, java.lang.Throwable t)
MailException
.message
- Error message.t
- Throwable
which occurred.public MailException(java.lang.Throwable t)
MailException
.t
- Throwable
which occurred.Copyright © 2003-present Jodd Team