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
 
 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
 
- 
- 
Constructor SummaryConstructors Constructor Description JobSecurityException()JobSecurityException(String message)JobSecurityException(String message, Throwable cause)JobSecurityException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-