com.funambol.email.exception
Class SendingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.funambol.email.exception.SendingException
All Implemented Interfaces:
java.io.Serializable

public class SendingException
extends java.lang.Exception

Exception used in the sending procedure

See Also:
Serialized Form

Constructor Summary
SendingException()
          Creates a new instance of SendingException without detail message.
SendingException(java.lang.String msg)
          Constructs an instance of SendingException with the specified detail message.
SendingException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of SendingException with the specified detail message.
SendingException(java.lang.Throwable cause)
          Constructs an instance of SendingException with the specified exception.
 
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

SendingException

public SendingException()
Creates a new instance of SendingException without detail message.


SendingException

public SendingException(java.lang.String msg)
Constructs an instance of SendingException with the specified detail message.

Parameters:
msg - the detail message.

SendingException

public SendingException(java.lang.Throwable cause)
Constructs an instance of SendingException with the specified exception.

Parameters:
cause - Throwable

SendingException

public SendingException(java.lang.String msg,
                        java.lang.Throwable cause)
Constructs an instance of SendingException with the specified detail message.

Parameters:
msg - String
cause - Throwable


Copyright © 2003-2006 Funambol.