public class ConfigurationNotFoundException extends Exception
| Constructor and Description |
|---|
ConfigurationNotFoundException() |
ConfigurationNotFoundException(String message) |
ConfigurationNotFoundException(String message,
Throwable cause) |
ConfigurationNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ConfigurationNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationNotFoundException()
public ConfigurationNotFoundException(String message)
public ConfigurationNotFoundException(Throwable cause)
public ConfigurationNotFoundException(String message, Throwable cause)
Copyright © 2021. All Rights Reserved.