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