Serializablepublic class InvalidConfigurationException extends Exception
Configuration| Constructor | 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. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConfigurationException()
public InvalidConfigurationException(String msg)
msg - The details of the exception.public InvalidConfigurationException(Throwable cause)
cause - The cause of the exception.Copyright © 2020. All rights reserved.