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