public class ConfigNotFoundException extends Exception
| Constructor and Description |
|---|
ConfigNotFoundException() |
ConfigNotFoundException(String message) |
ConfigNotFoundException(String message,
Throwable cause) |
ConfigNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ConfigNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigNotFoundException()
public ConfigNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ConfigNotFoundException(String message)
public ConfigNotFoundException(Throwable cause)
Copyright © 2015 Irenical. All rights reserved.