类 TimeOutRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.vorbote.commons.except.TimeOutRangeException
-
- 所有已实现的接口:
Serializable
public class TimeOutRangeException extends RuntimeException
The developer specified date is not existed.- 从以下版本开始:
- 2.0.0.RELEASE
- 作者:
- vorbote thills@vorbote.cn
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 TimeOutRangeException()TimeOutRangeException(String message)
-
方法概要
-
-
-
构造器详细资料
-
TimeOutRangeException
public TimeOutRangeException()
-
TimeOutRangeException
public TimeOutRangeException(String message)
-
-