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