javax.mail

Class NoSuchProviderException

public class NoSuchProviderException extends MessagingException

An exception thrown on an attempt to instantiate a provider that doesn't exist.

Version: 1.3

Author: Chris Burdess

Constructor Summary
NoSuchProviderException()
NoSuchProviderException(String message)

Constructor Detail

NoSuchProviderException

public NoSuchProviderException()

NoSuchProviderException

public NoSuchProviderException(String message)
©