Class InstallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- risesoft.data.transfer.core.exception.InstallException
-
- All Implemented Interfaces:
Serializable
public class InstallException extends RuntimeException
初始化异常- Author:
- lb
- See Also:
- Serialized Form
- Date:
- 2024年8月27日
-
-
Constructor Summary
Constructors Constructor Description InstallException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InstallException
public InstallException(String msg)
-
-