Package jakarta.batch.operations
Class JobSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.batch.operations.BatchRuntimeException
jakarta.batch.operations.JobSecurityException
- All Implemented Interfaces:
 Serializable
SecurityException is thrown when an user is not authorized to run a JobOperator method, such as
 restart, stop, abandon, any getters, etc.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJobSecurityException(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() - 
JobSecurityException
 - 
JobSecurityException
 - 
JobSecurityException
 
 -