java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.zcu.fav.kiv.mjakubas.saf.gui.controller.entity.FetchException
All Implemented Interfaces:
Serializable

public class FetchException extends Exception
Represents exception that happens when AEntityController cannot fetch entities.
See Also:
  • Constructor Details

    • FetchException

      public FetchException()
    • FetchException

      public FetchException(String message)
    • FetchException

      public FetchException(String message, Throwable cause)
    • FetchException

      public FetchException(Throwable cause)