Package com.sas.lsaf.execution.job
Class JobSubmissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.execution.job.JobSubmissionException
-
- All Implemented Interfaces:
java.io.Serializable
public class JobSubmissionException extends AbstractCheckedException
Thrown when an error is encountered when executing or attempting to execute a job.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobSubmissionException(java.lang.String message)
Construct aJobSubmissionException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
JobSubmissionException
public JobSubmissionException(java.lang.String message)
Construct aJobSubmissionException
with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval byAbstractCheckedException.getMessage()
).
-
-