javax.batch.operations
Class JobSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.batch.operations.BatchRuntimeException
                  extended by javax.batch.operations.JobSecurityException
All Implemented Interfaces:
Serializable

public class JobSecurityException
extends BatchRuntimeException

See Also:
Serialized Form

Constructor Summary
JobSecurityException()
          SecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc
JobSecurityException(String message)
           
JobSecurityException(String message, Throwable cause)
           
JobSecurityException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 IBM Corp. 2013
Licensed under the Apache License, Version 2.0