Class GenieTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netflix.genie.common.exceptions.GenieException
-
- com.netflix.genie.common.exceptions.GenieTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class GenieTimeoutException extends GenieException
Extension of a GenieException for timeouts.- Since:
- 3.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenieTimeoutException(java.lang.String msg)
Constructor.GenieTimeoutException(java.lang.String msg, java.lang.Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class com.netflix.genie.common.exceptions.GenieException
getErrorCode
-
-
-
-
Constructor Detail
-
GenieTimeoutException
public GenieTimeoutException(java.lang.String msg, java.lang.Throwable cause)
Constructor.- Parameters:
msg
- human readable messagecause
- reason for this exception
-
GenieTimeoutException
public GenieTimeoutException(java.lang.String msg)
Constructor.- Parameters:
msg
- human readable message
-
-