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