Class GenieNotFoundException

All Implemented Interfaces:
Serializable

public class GenieNotFoundException extends GenieException
Extension of a GenieException for all not found exceptions.
See Also:
  • Constructor Details

    • GenieNotFoundException

      public GenieNotFoundException(String msg, Throwable cause)
      Constructor.
      Parameters:
      msg - human readable message
      cause - reason for this exception
    • GenieNotFoundException

      public GenieNotFoundException(String msg)
      Constructor.
      Parameters:
      msg - human readable message