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