Class JarModeErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.loader.jarmode.JarModeErrorException
- All Implemented Interfaces:
Serializable
Simple
RuntimeException
used to fail the jar mode with a simple printed error
message.- Since:
- 3.3.7
- Author:
- Phillip Webb
- See Also:
-
Constructor Summary
ConstructorDescriptionJarModeErrorException
(String message) JarModeErrorException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JarModeErrorException
-
JarModeErrorException
-