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:
- java.io.Serializable
 
 public class GenieServerUnavailableException extends GenieException Extension of a GenieException for all server unavailable failures.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GenieServerUnavailableException(java.lang.String msg)Constructor.GenieServerUnavailableException(java.lang.String msg, java.lang.Throwable cause)Constructor.
 - 
Method Summary- 
Methods inherited from class com.netflix.genie.common.exceptions.GenieExceptiongetErrorCode
 
- 
 
- 
- 
- 
Constructor Detail- 
GenieServerUnavailableExceptionpublic GenieServerUnavailableException(java.lang.String msg, java.lang.Throwable cause)Constructor.- Parameters:
- msg- human readable message
- cause- reason for this exception
 
 - 
GenieServerUnavailableExceptionpublic GenieServerUnavailableException(java.lang.String msg) Constructor.- Parameters:
- msg- human readable message
 
 
- 
 
-