Class GenieServerUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.exceptions.GenieException
com.netflix.genie.common.exceptions.GenieServerUnavailableException
All Implemented Interfaces:
Serializable

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

    • GenieServerUnavailableException

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

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