public class InvalidConfigurationException
extends java.lang.Exception
Configuration.| 构造器和说明 |
|---|
InvalidConfigurationException()
Creates a new instance of InvalidConfigurationException without a message or cause.
|
InvalidConfigurationException(java.lang.String msg)
Constructs an instance of InvalidConfigurationException with the specified message.
|
InvalidConfigurationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of InvalidConfigurationException with the specified message and cause.
|
InvalidConfigurationException(java.lang.Throwable cause)
Constructs an instance of InvalidConfigurationException with the specified cause.
|
public InvalidConfigurationException()
public InvalidConfigurationException(java.lang.String msg)
msg - The details of the exception.public InvalidConfigurationException(java.lang.Throwable cause)
cause - The cause of the exception.public InvalidConfigurationException(java.lang.String msg,
java.lang.Throwable cause)
cause - The cause of the exception.msg - The details of the exception.