Package javax.batch.operations
Class JobSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.batch.operations.BatchRuntimeException
javax.batch.operations.JobSecurityException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etcJobSecurityException
(String message) JobSecurityException
(String message, Throwable cause) JobSecurityException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
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
-
JobSecurityException
-
JobSecurityException
-