| java.lang.Object java.lang.Throwable java.lang.Exception com.flexive.shared.exceptions.FxApplicationException com.flexive.shared.exceptions.FxEntryInUseException
FxEntryInUseException | public class FxEntryInUseException extends FxApplicationException (Code) | | author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Constructor Summary | |
public | FxEntryInUseException(FxApplicationException converted) | public | FxEntryInUseException(Log log, FxApplicationException converted) | public | FxEntryInUseException(Log log, String key, Object... values) | public | FxEntryInUseException(Log log, String message, Throwable cause) | public | FxEntryInUseException(Log log, String key) | public | FxEntryInUseException(Log log, Throwable cause, String key, Object... values) | public | FxEntryInUseException(Log log, Throwable cause) | public | FxEntryInUseException(String key, Object... values) | public | FxEntryInUseException(String message, Throwable cause) | public | FxEntryInUseException(String key) | public | FxEntryInUseException(Throwable cause, String key, Object... values) | public | FxEntryInUseException(Throwable cause) |
FxEntryInUseException | public FxEntryInUseException(Log log, String key, Object... values)(Code) | | |
FxEntryInUseException | public FxEntryInUseException(Log log, String key)(Code) | | |
FxEntryInUseException | public FxEntryInUseException(Log log, Throwable cause)(Code) | | |
FxEntryInUseException | public FxEntryInUseException(String key)(Code) | | |
|
|