Oracle Forms 9i Samples and Demos


oracle.forms.demos.javamail
Class SendMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.forms.demos.javamail.SendMessageException
All Implemented Interfaces:
java.io.Serializable

public class SendMessageException
extends java.lang.Exception

Exception for use in the JavaMail class when an error occurs in the process of handling the resolution of email addresses or sending of the message

Version:
1.0
Author:
drmills
See Also:
Serialized Form

Constructor Summary
SendMessageException()
           
SendMessageException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendMessageException

public SendMessageException(java.lang.String msg)

SendMessageException

public SendMessageException()

Oracle Forms 9i Samples and Demos