com.ibm.websphere.samples.pbw.ejb
Class MailerAppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.samples.pbw.ejb.MailerAppException
- All Implemented Interfaces:
- Serializable
public class MailerAppException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MailerAppException
public MailerAppException()
MailerAppException
public MailerAppException(String str)
Copyright © 2011. All Rights Reserved.