Class InvalidConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.floragunn.searchguard.configuration.InvalidConfigException
-
- All Implemented Interfaces:
Serializable
public class InvalidConfigException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConfigException()InvalidConfigException(String message)InvalidConfigException(String message, Throwable cause)InvalidConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)InvalidConfigException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidConfigException
public InvalidConfigException()
-
InvalidConfigException
public InvalidConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
InvalidConfigException
public InvalidConfigException(String message)
-
InvalidConfigException
public InvalidConfigException(Throwable cause)
-
-