org.opennms.netmgt.utils
Class JavaMailerException

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

public class JavaMailerException
extends Exception

Exception used to create proper return code

Author:
David Hustace
See Also:
Serialized Form

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

JavaMailerException

public JavaMailerException(String message)

JavaMailerException

public JavaMailerException(String message,
                           Throwable cause)

JavaMailerException

public JavaMailerException(Throwable cause)


Copyright © 2009. All Rights Reserved.