Class JobManagerException

    • Constructor Detail

      • JobManagerException

        public JobManagerException()
        Creates new JobManagerException without detail message.
      • JobManagerException

        public JobManagerException​(java.lang.String msg)
        Constructs an JobManagerException with the specified detail message.
        Parameters:
        msg - the detail message.
      • JobManagerException

        public JobManagerException​(java.lang.Throwable nested)
        Constructs an JobManagerException with the specified detail message and nested Exception.
        Parameters:
        nested - the nested exception.
      • JobManagerException

        public JobManagerException​(java.lang.String msg,
                                   java.lang.Throwable nested)
        Constructs an JobManagerException with the specified detail message and nested Exception.
        Parameters:
        msg - the detail message.
        nested - the nested exception.