javax.mail
类 NoSuchProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.NoSuchProviderException
- 所有已实现的接口:
- Serializable
public class NoSuchProviderException
- extends MessagingException
This exception is thrown when Session attempts to instantiate a
Provider that doesn't exist.
- 作者:
- Max Spivak
- 另请参见:
- 序列化表格
NoSuchProviderException
public NoSuchProviderException()
- Constructor.
NoSuchProviderException
public NoSuchProviderException(String message)
- Constructor.
- 参数:
message - The detailed error message
Copyright © 2013. All Rights Reserved.