edu.rit.pj.cluster
Class JobSchedulerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- edu.rit.pj.cluster.JobSchedulerException
-
- All Implemented Interfaces:
- java.io.Serializable
public class JobSchedulerException extends java.io.IOExceptionClass JobSchedulerException is thrown to indicate that a job frontend process was unable to contact the Job Scheduler Daemon.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description JobSchedulerException()Create a new Job Scheduler exception with no detail message and no cause.JobSchedulerException(java.lang.String msg)Create a new Job Scheduler exception with the given detail message and no cause.JobSchedulerException(java.lang.String msg, java.lang.Throwable cause)Create a new Job Scheduler exception with the given detail message and the given cause.JobSchedulerException(java.lang.Throwable cause)Create a new Job Scheduler exception with no detail message and the given cause.
-
-
-
Constructor Detail
-
JobSchedulerException
public JobSchedulerException()
Create a new Job Scheduler exception with no detail message and no cause.
-
JobSchedulerException
public JobSchedulerException(java.lang.String msg)
Create a new Job Scheduler exception with the given detail message and no cause.- Parameters:
msg- Detail message.
-
JobSchedulerException
public JobSchedulerException(java.lang.Throwable cause)
Create a new Job Scheduler exception with no detail message and the given cause.- Parameters:
cause- Cause.
-
JobSchedulerException
public JobSchedulerException(java.lang.String msg, java.lang.Throwable cause)Create a new Job Scheduler exception with the given detail message and the given cause.- Parameters:
msg- Detail message.cause- Cause.
-
-
DMelt 3.0 © DataMelt by jWork.ORG