类 JarModeErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.loader.jarmode.JarModeErrorException
所有已实现的接口:
Serializable

public class JarModeErrorException extends RuntimeException
Simple RuntimeException used to fail the jar mode with a simple printed error message.
从以下版本开始:
3.3.7
作者:
Phillip Webb
另请参阅:
  • 构造器详细资料

    • JarModeErrorException

      public JarModeErrorException(String message)
    • JarModeErrorException

      public JarModeErrorException(String message, Throwable cause)