Class UnsupportedBootstrapVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lu.kbra.modelizer_next.common.UnsupportedBootstrapVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedBootstrapVersionException extends RuntimeException
Exception thrown when the app is started by an incompatible bootstrap runtime.
See Also:
  • Constructor Details

    • UnsupportedBootstrapVersionException

      public UnsupportedBootstrapVersionException()
      Creates an unsupported bootstrap version exception instance.
    • UnsupportedBootstrapVersionException

      public UnsupportedBootstrapVersionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates an unsupported bootstrap version exception instance.
      Parameters:
      message - message shown to the caller or user
      cause - cause to attach to the created exception
      enableSuppression - whether enable suppression is enabled
      writableStackTrace - whether writable stack trace is enabled
    • UnsupportedBootstrapVersionException

      public UnsupportedBootstrapVersionException(String message, Throwable cause)
      Creates an unsupported bootstrap version exception instance.
      Parameters:
      message - message shown to the caller or user
      cause - cause to attach to the created exception
    • UnsupportedBootstrapVersionException

      public UnsupportedBootstrapVersionException(String message)
      Creates an unsupported bootstrap version exception instance.
      Parameters:
      message - message shown to the caller or user
    • UnsupportedBootstrapVersionException

      public UnsupportedBootstrapVersionException(Throwable cause)
      Creates an unsupported bootstrap version exception instance.
      Parameters:
      cause - cause to attach to the created exception