- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- javax.naming.NamingException
 - 
- javax.naming.LimitExceededException
 - 
- javax.naming.TimeLimitExceededException
 
 
 
 
 
 
- 
- すべての実装されたインタフェース:
 Serializable
public class TimeLimitExceededException extends LimitExceededException
この例外は、メソッドが指定された制限時間内に終了しない場合にスローされます。 この例外は、メソッドを10秒以内に実行することを指定して、10秒で完了できなかった場合などに発生します。NamingExceptionに適用される同期および直列化は、ここで直接適用されます。
- 導入されたバージョン:
 - 1.3
 - 関連項目:
 - 直列化された形式
 
 
- 
- 
フィールドのサマリー
- 
クラス javax.naming.NamingExceptionから継承されたフィールド
remainingName, resolvedName, resolvedObj, rootException 
 - 
 
- 
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 TimeLimitExceededException()TimeLimitExceededExceptionの新しいインスタンスを構築します。TimeLimitExceededException(String explanation)指定された引数を使用して、TimeLimitExceededExceptionの新しいインスタンスを構築します。 
- 
メソッドのサマリー
- 
クラス javax.naming.NamingExceptionから継承されたメソッド
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString 
- 
クラス java.lang.Objectから継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
クラス java.lang.Throwableから継承されたメソッド
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 - 
 
- 
- 
コンストラクタの詳細
- 
TimeLimitExceededException
public TimeLimitExceededException()
TimeLimitExceededExceptionの新しいインスタンスを構築します。 フィールドのデフォルトはすべてnullになります。 
- 
TimeLimitExceededException
public TimeLimitExceededException(String explanation)
指定された引数を使用して、TimeLimitExceededExceptionの新しいインスタンスを構築します。- パラメータ:
 explanation- この例外に関するnullの可能性がある詳細情報。- 関連項目:
 Throwable.getMessage()
 
 - 
 
 -