Package com.gitee.apanlh.exp
Class InitLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gitee.apanlh.exp.InitLoadException
-
- All Implemented Interfaces:
Serializable
public class InitLoadException extends RuntimeException
初始化加载异常- Author:
- Pan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InitLoadException(Exception e)构造函数InitLoadException(String msg)构造函数InitLoadException(String msg, Throwable cause)构造函数
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-