java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LimitExceededException
javax.naming.TimeLimitExceededException
- 所有已实现的接口:
-
Serializable
当方法在指定的时间限制内未终止时,将抛出此异常。例如,如果用户指定方法不应超过10秒,并且方法在10秒内未完成,则会发生这种情况。
适用于NamingException的同步和序列化问题在此直接适用。
- 自 JDK 版本:
- 1.3
- 参见:
-
Field Summary
Fields declared in class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
Constructor Summary
ConstructorDescription构造一个 TimeLimitExceededException 的新实例。TimeLimitExceededException
(String explanation) 使用提供的参数构造 TimeLimitExceededException 的新实例。 -
Method Summary
Methods declared in class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TimeLimitExceededException
public TimeLimitExceededException()构造一个 TimeLimitExceededException 的新实例。所有字段默认为 null。 -
TimeLimitExceededException
使用提供的参数构造 TimeLimitExceededException 的新实例。- 参数:
-
explanation
- 关于此异常的可能为 null 的详细信息。 - 参见:
-