javax.mail

Class NoSuchProviderException


public class NoSuchProviderException
extends MessagingException

This exception is thrown when Session attempts to instantiate a Provider that doesn't exist.

Constructor Summary

NoSuchProviderException()
NoSuchProviderException(String message)

Method Summary

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

Constructor Details

NoSuchProviderException

public NoSuchProviderException()


NoSuchProviderException

public NoSuchProviderException(String message)