Class FetchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.zcu.fav.kiv.mjakubas.saf.gui.controller.entity.FetchException
- All Implemented Interfaces:
Serializable
Represents exception that happens when
AEntityController
cannot fetch entities.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFetchException
(String message) FetchException
(String message, Throwable cause) FetchException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FetchException
public FetchException() -
FetchException
-
FetchException
-
FetchException
-