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.4
Author:
Chris Burdess

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)

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