javax.batch.operations
Class JobSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.batch.operations.JobSecurityException
- All Implemented Interfaces:
- Serializable
public class JobSecurityException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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(String message)
JobSecurityException
public JobSecurityException(Throwable cause)
JobSecurityException
public JobSecurityException(String message,
Throwable cause)
Copyright © 2013. All Rights Reserved.