javax.mail
クラス MethodNotSupportedException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 javax.mail.MessagingException
              上位を拡張 javax.mail.MethodNotSupportedException
すべての実装されたインタフェース:
Serializable

public final class MethodNotSupportedException
extends MessagingException

メソッドが実装によりサポートされない場合にスローされる例外です。

関連項目:
直列化された形式

コンストラクタの概要
MethodNotSupportedException()
          詳細メッセージを持たない MethodNotSupportedException を構築します。
MethodNotSupportedException(String s)
          指定された詳細メッセージを使用して MethodNotSupportedException を構築します。
 
メソッドの概要
 
クラス javax.mail.MessagingException から継承されたメソッド
getMessage, getNextException, setNextException
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MethodNotSupportedException

public MethodNotSupportedException()
詳細メッセージを持たない MethodNotSupportedException を構築します。


MethodNotSupportedException

public MethodNotSupportedException(String s)
指定された詳細メッセージを使用して MethodNotSupportedException を構築します。

パラメータ:
s - 詳細メッセージ