NoSuchProviderException (Java EE 5)

From Java EE API


javax.mail Class NoSuchProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by javax.mail.NoSuchProviderException
All Implemented Interfaces:
Serializable

public class NoSuchProviderException
extends MessagingException

Extends: Throwable > Exception > MessagingException

当 Session 试图实例化不存在的 Provider 时,抛出此异常。
英文文档:

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

Author:
Max Spivak
See Also:
Serialized Form

Constructor Summary
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
 
Methods inherited from class java.lang.Throwable
 
Methods inherited from class java.lang.Object
 

Constructor Detail

public NoSuchProviderException()
构造方法。
英文文档:

NoSuchProviderException

public NoSuchProviderException()
Constructor.


public NoSuchProviderException(String message)
构造方法。
message 详细的错误消息
英文文档:

NoSuchProviderException

public NoSuchProviderException(String message)
Constructor.

Parameters:
message - The detailed error message



Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.