Package lu.kbra.modelizer_next.common
Class UnsupportedBootstrapVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lu.kbra.modelizer_next.common.UnsupportedBootstrapVersionException
- All Implemented Interfaces:
Serializable
Exception thrown when the app is started by an incompatible bootstrap runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an unsupported bootstrap version exception instance.Creates an unsupported bootstrap version exception instance.UnsupportedBootstrapVersionException(String message, Throwable cause) Creates an unsupported bootstrap version exception instance.UnsupportedBootstrapVersionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates an unsupported bootstrap version exception instance.Creates an unsupported bootstrap version exception instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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 usercause- cause to attach to the created exceptionenableSuppression- whether enable suppression is enabledwritableStackTrace- whether writable stack trace is enabled
-
UnsupportedBootstrapVersionException
Creates an unsupported bootstrap version exception instance.- Parameters:
message- message shown to the caller or usercause- cause to attach to the created exception
-
UnsupportedBootstrapVersionException
Creates an unsupported bootstrap version exception instance.- Parameters:
message- message shown to the caller or user
-
UnsupportedBootstrapVersionException
Creates an unsupported bootstrap version exception instance.- Parameters:
cause- cause to attach to the created exception
-