Uses of Class javax.mail.NoSuchProviderException

Uses in package javax.mail

Methods which throw type javax.mail.NoSuchProviderException

Provider
Session.getProvider(String protocol)
Returns the default Provider for the protocol specified.
Store
Get a Store object that implements this user's desired Store protocol.
Store
Session.getStore(String protocol)
Get a Store object that implements the specified protocol.
Store
Get an instance of the store specified by Provider.
Store
Get a Store object for the given URLName.
Transport
Get a Transport object that implements this user's desired Transport protocol.
Transport
Session.getTransport(String protocol)
Get a Transport object that implements the specified protocol.
Transport
Get a Transport object that can transport a Message to the specified address type.
Transport
Get an instance of the transport specified in the Provider.
Transport
Get a Transport object for the given URLName.
void
Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved