javax.mail
类 MethodNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.MethodNotSupportedException
- 所有已实现的接口:
- Serializable
public class MethodNotSupportedException
- extends MessagingException
The exception thrown when a method is not supported by the
implementation
- 作者:
- John Mani
- 另请参见:
- 序列化表格
MethodNotSupportedException
public MethodNotSupportedException()
- Constructs a MethodNotSupportedException with no detail message.
MethodNotSupportedException
public MethodNotSupportedException(String s)
- Constructs a MethodNotSupportedException with the specified detail message.
- 参数:
s - the detail message
Copyright © 2013. All Rights Reserved.