| java.lang.Object java.lang.Throwable java.lang.Exception com.flexive.shared.exceptions.FxApplicationException com.flexive.shared.exceptions.FxEntryExistsException
Constructor Summary | |
public | FxEntryExistsException(FxApplicationException converted) | public | FxEntryExistsException(Log log, FxApplicationException converted) | public | FxEntryExistsException(String key, Object... values) | public | FxEntryExistsException(Log log, String key, Object... values) | public | FxEntryExistsException(Throwable cause, String key, Object... values) | public | FxEntryExistsException(Log log, Throwable cause, String key, Object... values) | public | FxEntryExistsException(String key) | public | FxEntryExistsException(Log log, String key) | public | FxEntryExistsException(String message, Throwable cause) | public | FxEntryExistsException(Log log, String message, Throwable cause) | public | FxEntryExistsException(Throwable cause) | public | FxEntryExistsException(Log log, Throwable cause) |
FxEntryExistsException | public FxEntryExistsException(FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: converted - |
FxEntryExistsException | public FxEntryExistsException(Log log, FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: log - Parameters: converted - |
FxEntryExistsException | public FxEntryExistsException(String key, Object... values)(Code) | | Localized exception constructor
Parameters: key - Parameters: values - |
FxEntryExistsException | public FxEntryExistsException(Log log, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - Parameters: values - |
FxEntryExistsException | public FxEntryExistsException(Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: cause - Parameters: key - Parameters: values - |
FxEntryExistsException | public FxEntryExistsException(Log log, Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - Parameters: key - Parameters: values - |
FxEntryExistsException | public FxEntryExistsException(String key)(Code) | | Localized exception constructor
Parameters: key - |
FxEntryExistsException | public FxEntryExistsException(Log log, String key)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - |
FxEntryExistsException | public FxEntryExistsException(String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: message - Parameters: cause - |
FxEntryExistsException | public FxEntryExistsException(Log log, String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: message - Parameters: cause - |
FxEntryExistsException | public FxEntryExistsException(Throwable cause)(Code) | | Localized exception constructor
Parameters: cause - |
FxEntryExistsException | public FxEntryExistsException(Log log, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - |
|
|