Overload List

  NameDescription
Public methodJobNotFoundException()()()()
Simple constructor.
Public methodJobNotFoundException(String)
This creates a JobNotFoundException with a message that includes job ID.
Public methodJobNotFoundException(String, Exception)
This creates a JobNotFoundException with a message that includes the job ID and an exception information.
Public methodJobNotFoundException(String, String)
This creates a JobNotFoundException with a message that includes the job ID and additional error information.

See Also