Constructors

  NameDescription
Public methodJobSubmissionException()()()()
Simple constructor.
Public methodJobSubmissionException(String)
This creates a JobSubmissionException with a message that includes the name of the virtual cluster to which the job was submitted to.
Public methodJobSubmissionException(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.
Public methodJobSubmissionException(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.

See Also