Class JobSecurityException



  • public class JobSecurityException
    extends BatchRuntimeException
    SecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc.
    See Also:
    Serialized Form
    • 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​()
      • 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)