| java.lang.Object java.lang.Throwable java.lang.Exception com.flexive.shared.exceptions.FxApplicationException com.flexive.shared.exceptions.FxRemoveException
FxRemoveException | public class FxRemoveException extends FxApplicationException (Code) | | Exception that can occur whenever removal of "something" failed (localized)
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Constructor Summary | |
public | FxRemoveException(FxApplicationException converted) | public | FxRemoveException(Log log, FxApplicationException converted) | public | FxRemoveException(String key, Object... values) | public | FxRemoveException(Log log, String key, Object... values) | public | FxRemoveException(Throwable cause, String key, Object... values) | public | FxRemoveException(Log log, Throwable cause, String key, Object... values) | public | FxRemoveException(String key) | public | FxRemoveException(Log log, String key) | public | FxRemoveException(String message, Throwable cause) | public | FxRemoveException(Log log, String message, Throwable cause) | public | FxRemoveException(Throwable cause) | public | FxRemoveException(Log log, Throwable cause) |
FxRemoveException | public FxRemoveException(Log log, FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: log - Parameters: converted - |
FxRemoveException | public FxRemoveException(String key, Object... values)(Code) | | Localized exception constructor
Parameters: key - Parameters: values - |
FxRemoveException | public FxRemoveException(Log log, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - Parameters: values - |
FxRemoveException | public FxRemoveException(Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: cause - Parameters: key - Parameters: values - |
FxRemoveException | public FxRemoveException(Log log, Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - Parameters: key - Parameters: values - |
FxRemoveException | public FxRemoveException(String key)(Code) | | Localized exception constructor
Parameters: key - |
FxRemoveException | public FxRemoveException(Log log, String key)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - |
FxRemoveException | public FxRemoveException(String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: message - Parameters: cause - |
FxRemoveException | public FxRemoveException(Log log, String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: message - Parameters: cause - |
FxRemoveException | public FxRemoveException(Throwable cause)(Code) | | Localized exception constructor
Parameters: cause - |
FxRemoveException | public FxRemoveException(Log log, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - |
|
|