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