Class JarModeErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.loader.jarmode.JarModeErrorException
All Implemented Interfaces:
Serializable

public class JarModeErrorException extends RuntimeException
Simple RuntimeException used to fail the jar mode with a simple printed error message.
Since:
3.3.7
Author:
Phillip Webb
See Also:
  • Constructor Details

    • JarModeErrorException

      public JarModeErrorException(String message)
    • JarModeErrorException

      public JarModeErrorException(String message, Throwable cause)