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