public class ConfigurationNotFoundException extends ManagerException
Manager module exception. Module throw it if requested service not configured.| Constructor and Description |
|---|
ConfigurationNotFoundException()
Default constructor.
|
ConfigurationNotFoundException(String message)
Public constructor.
|
ConfigurationNotFoundException(String message,
Throwable cause)
Public constructor.
|
ConfigurationNotFoundException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationNotFoundException()
public ConfigurationNotFoundException(String message)
message - exception messagepublic ConfigurationNotFoundException(Throwable cause)
cause - exception causeCopyright © 2013–2019 BB Corp. All rights reserved.