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