org.sandev.basics.util
Class MailException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sandev.basics.structs.SandException
              extended byorg.sandev.basics.util.MailException
All Implemented Interfaces:
java.io.Serializable

public class MailException
extends SandException

A specialized exception for mail processing problems.

See Also:
Serialized Form

Constructor Summary
MailException()
           
MailException(java.lang.String msg)
           
MailException(java.lang.String msg, java.lang.Throwable cause)
           
MailException(java.lang.Throwable cause)
           
 
Methods inherited from class org.sandev.basics.structs.SandException
getRootCause
 
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

MailException

public MailException()

MailException

public MailException(java.lang.String msg)

MailException

public MailException(java.lang.String msg,
                     java.lang.Throwable cause)

MailException

public MailException(java.lang.Throwable cause)