public final class InvalidConfigurationException extends Exception
Synchronized with the commit on 15-December-2013.
| Constructor and Description |
|---|
InvalidConfigurationException()
Constructs an exception without a message or cause.
|
InvalidConfigurationException(@NotNull String message)
Constructs an exception with a message.
|
InvalidConfigurationException(@NotNull String message,
@NotNull Throwable cause)
Constructs an exception with a message and upstream cause.
|
InvalidConfigurationException(@NotNull Throwable cause)
Constructs an exception with an upstream cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConfigurationException()
Exception()public InvalidConfigurationException(@NotNull
@NotNull String message)
message - The details of the exception.Exception(String)public InvalidConfigurationException(@NotNull
@NotNull Throwable cause)
cause - The cause of the new exception.Exception(Throwable)public InvalidConfigurationException(@NotNull
@NotNull String message,
@NotNull
@NotNull Throwable cause)
message - The details of the exception.cause - The cause of the new exception.Exception(String, Throwable)Copyright © 2024 BSPF Systems, LLC. All rights reserved.