Package org.opennms.javamail
Class JavaMailerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JavaMailerException
public JavaMailerException()
Constructor for JavaMailerException.
-
JavaMailerException
public JavaMailerException(String message)
Constructor for JavaMailerException.
- Parameters:
message
- aString
object.
-
JavaMailerException
public JavaMailerException(String message, Throwable cause)
Constructor for JavaMailerException.
-
-