Constructors
Name | Description | |
---|---|---|
JobSubmissionException()()()() |
Simple constructor.
| |
JobSubmissionException(String) |
This creates a JobSubmissionException with a message that includes the name of the virtual cluster to which
the job was submitted to.
| |
JobSubmissionException(String, Exception) |
This creates a JobSubmissionException with a message that includes the name of the virtual cluster to which
the job was submitted to and an exception information.
| |
JobSubmissionException(String, String) |
This creates a JobSubmissionException with a message that includes the name of the virtual cluster to which
the job was submitted to and additional error information.
|