public class ApiConfigurationException extends RuntimeException
Note that this is a runtime (unchecked) exception.
| Constructor and Description |
|---|
ApiConfigurationException(String message)
Constructor with error message
|
ApiConfigurationException(String message,
Throwable cause)
Constructor with error message and nested exception
|
ApiConfigurationException(Throwable cause)
Constructor with nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApiConfigurationException(String message)
message - Error messagepublic ApiConfigurationException(Throwable cause)
cause - Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.