public class GenieTimeoutException extends GenieException
| Constructor and Description |
|---|
GenieTimeoutException(java.lang.String msg)
Constructor.
|
GenieTimeoutException(java.lang.String msg,
java.lang.Throwable cause)
Constructor.
|
getErrorCodepublic GenieTimeoutException(java.lang.String msg,
java.lang.Throwable cause)
msg - human readable messagecause - reason for this exceptionpublic GenieTimeoutException(java.lang.String msg)
msg - human readable message