org.opennms.javamail
Class JavaMailerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.javamail.JavaMailerException
All Implemented Interfaces:
Serializable

public class JavaMailerException
extends Exception

Exception used to create proper return code

Version:
$Id: $
Author:
David Hustace
See Also:
Serialized Form

Constructor Summary
JavaMailerException()
          Constructor for JavaMailerException.
JavaMailerException(String message)
          Constructor for JavaMailerException.
JavaMailerException(String message, Throwable cause)
          Constructor for JavaMailerException.
JavaMailerException(Throwable cause)
          Constructor for JavaMailerException.
 
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

JavaMailerException

public JavaMailerException()

Constructor for JavaMailerException.


JavaMailerException

public JavaMailerException(String message)

Constructor for JavaMailerException.

Parameters:
message - a String object.

JavaMailerException

public JavaMailerException(String message,
                           Throwable cause)

Constructor for JavaMailerException.

Parameters:
message - a String object.
cause - a Throwable object.

JavaMailerException

public JavaMailerException(Throwable cause)

Constructor for JavaMailerException.

Parameters:
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.