|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.naming.NamingException javax.naming.LimitExceededException javax.naming.TimeLimitExceededException
public class TimeLimitExceededException
当某一方法没有在指定的时间限制内终止时,抛出此异常。例如,如果用户指定某一方法应该在不超过 10 秒的时间内完成,而该方法没有在 10 秒内完成,则可能出现这种现象。
应用于 NamingException 的同步和序列化问题在这里可以直接应用。
字段摘要 |
---|
从类 javax.naming.NamingException 继承的字段 |
---|
remainingName, resolvedName, resolvedObj, rootException |
构造方法摘要 | |
---|---|
TimeLimitExceededException() 构造一个新的 TimeLimitExceededException 实例。 |
|
TimeLimitExceededException(String explanation) 使用所提供的参数构造一个新的 TimeLimitExceededException 实例。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public TimeLimitExceededException()
public TimeLimitExceededException(String explanation)
explanation
- 关于此异常的详细信息(可能为 null)。
Throwable.getMessage()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。