Serializable
public class ConfigInvalidException extends Exception
Constructor | Description |
---|---|
ConfigInvalidException(String message) |
Construct an invalid configuration error.
|
ConfigInvalidException(String message,
Throwable cause) |
Construct an invalid configuration error.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigInvalidException(String message)
message
- why the configuration is invalid.Copyright © 2018. All rights reserved.