Class GenieServerException

All Implemented Interfaces:
Serializable

public class GenieServerException extends GenieException
Extension of a GenieException for all internal server failures.
See Also:
  • Constructor Details

    • GenieServerException

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

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