public class SettingRuntimeException extends RuntimeException
Constructor and Description |
---|
SettingRuntimeException(String message) |
SettingRuntimeException(String messageTemplate,
Object... params) |
SettingRuntimeException(String message,
Throwable throwable) |
SettingRuntimeException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
SettingRuntimeException(Throwable e) |
SettingRuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SettingRuntimeException(Throwable e)
public SettingRuntimeException(String message)
public SettingRuntimeException(String message, Throwable throwable, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2024. All rights reserved.