Class JobSecurityException

    • Constructor Summary

      Constructors 
      Constructor Description
      JobSecurityException​()
      SecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc
      JobSecurityException​(java.lang.String message)  
      JobSecurityException​(java.lang.String message, java.lang.Throwable cause)  
      JobSecurityException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • JobSecurityException

        public JobSecurityException​()
        SecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc
      • JobSecurityException

        public JobSecurityException​(java.lang.String message)
      • JobSecurityException

        public JobSecurityException​(java.lang.Throwable cause)
      • JobSecurityException

        public JobSecurityException​(java.lang.String message,
                                    java.lang.Throwable cause)