public class InvalidConfigurationException extends Exception
Configuration
Constructor and Description |
---|
InvalidConfigurationException()
Creates a new instance of InvalidConfigurationException without a
message or cause.
|
InvalidConfigurationException(String msg)
Constructs an instance of InvalidConfigurationException with the
specified message.
|
InvalidConfigurationException(String msg,
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, toString
public InvalidConfigurationException()
public InvalidConfigurationException(String msg)
msg
- The details of the exception.public InvalidConfigurationException(Throwable cause)
cause
- The cause of the exception.Copyright © 2021. All rights reserved.