Documentation of 'edu.rit.pj.cluster.JobSchedulerException' Java class
JobSchedulerException
edu.rit.pj.cluster

Class JobSchedulerException

  • All Implemented Interfaces:
    java.io.Serializable


    public class JobSchedulerException
    extends java.io.IOException
    Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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

You see the box below because you did not login.