public class GenieCommandNotFoundException extends GenieRuntimeException
| Constructor and Description |
|---|
GenieCommandNotFoundException()
Constructor.
|
GenieCommandNotFoundException(java.lang.String message)
Constructor.
|
GenieCommandNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
GenieCommandNotFoundException(java.lang.Throwable cause)
Constructor.
|
public GenieCommandNotFoundException()
public GenieCommandNotFoundException(java.lang.String message)
message - The detail messagepublic GenieCommandNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - The detail messagecause - The root cause of this exceptionpublic GenieCommandNotFoundException(java.lang.Throwable cause)
cause - The root cause of this exception