MethodNotSupportedException (Java EE 5)

From Java EE API


javax.mail Class MethodNotSupportedException

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

public class MethodNotSupportedException
extends MessagingException

Extends: Throwable > Exception > MessagingException

当某个方法不受实现支持时,抛出该异常。
英文文档:

The exception thrown when a method is not supported by the implementation

Author:
John Mani
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 MethodNotSupportedException()
构造不带详细消息的 MethodNotSupportedException。
英文文档:

MethodNotSupportedException

public MethodNotSupportedException()
Constructs a MethodNotSupportedException with no detail message.


public MethodNotSupportedException(String s)
构造带指定详细消息的 MethodNotSupportedException。
s 详细信息
英文文档:

MethodNotSupportedException

public MethodNotSupportedException(String s)
Constructs a MethodNotSupportedException with the specified detail message.

Parameters:
s - the detail message



Submit a bug or feature

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