Uses of Class
jakarta.mail.NoSuchProviderException
Packages that use NoSuchProviderException
-
Uses of NoSuchProviderException in jakarta.mail
Methods in jakarta.mail that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionSession.getProvider
(String protocol) Returns the default Provider for the protocol specified.Session.getStore()
Get a Store object that implements this user's desired Store protocol.Get an instance of the store specified by Provider.Get a Store object for the given URLName.Get a Store object that implements the specified protocol.Session.getTransport()
Get a Transport object that implements this user's desired Transport protcol.Session.getTransport
(Address address) Get a Transport object that can transport a Message of the specified address type.Session.getTransport
(Provider provider) Get an instance of the transport specified in the Provider.Session.getTransport
(URLName url) Get a Transport object for the given URLName.Session.getTransport
(String protocol) Get a Transport object that implements the specified protocol.void
Session.setProvider
(Provider provider) Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values.