com.ibm.websphere.samples.plantsbywebsphereejb
Class MailerAppException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.samples.plantsbywebsphereejb.MailerAppException
All Implemented Interfaces:
java.io.Serializable

public class MailerAppException
extends java.lang.Exception

MailerAppException extends the standard Exception. This is thrown by the mailer component when there is some failure sending the mail.

See Also:
Serialized Form

Constructor Summary
MailerAppException()
           
MailerAppException(java.lang.String str)
           
 
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

MailerAppException

public MailerAppException()

MailerAppException

public MailerAppException(java.lang.String str)