|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception toolbox.services.mail.simple.SimpleMailException
public class SimpleMailException
Exception that is generated during simple mail operations.
Constructor Summary | |
---|---|
SimpleMailException(java.lang.Exception ex)
Create a new SimpleMailException from the given Exception. |
|
SimpleMailException(java.lang.String msg)
Create a new SimpleMailException with the given message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleMailException(java.lang.Exception ex)
ex
- The wrapped exception instance.public SimpleMailException(java.lang.String msg)
msg
- String containing the exception message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |