Serializable
public 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, wait
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 © 2019. All rights reserved.