public class MailException extends UncheckedException
UncheckedException.CallableVoidcause, 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, wrappublic 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