toolbox.services.mail.simple
Class SimpleMailException

Package class diagram package SimpleMailException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.services.mail.simple.SimpleMailException
All Implemented Interfaces:
java.io.Serializable

public class SimpleMailException
extends java.lang.Exception

Exception that is generated during simple mail operations.

See Also:
Serialized Form

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

SimpleMailException

public SimpleMailException(java.lang.Exception ex)
Create a new SimpleMailException from the given Exception.

Parameters:
ex - The wrapped exception instance.

SimpleMailException

public SimpleMailException(java.lang.String msg)
Create a new SimpleMailException with the given message.

Parameters:
msg - String containing the exception message.