Save This Page
Home » glassfish-v2ur2-b04-src » javax » mail » [javadoc | source]
javax.mail
public class: NoSuchProviderException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.mail.MessagingException
            javax.mail.NoSuchProviderException

All Implemented Interfaces:
    Serializable

This exception is thrown when Session attempts to instantiate a Provider that doesn't exist.
Constructor:
 public NoSuchProviderException() 
 public NoSuchProviderException(String message) 
    Constructor.
    Parameters:
    message - The detailed error message
Methods from javax.mail.MessagingException:
getCause,   getNextException,   setNextException,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait