Skip navigation links


com.bea.content
Class JobActiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.content.JobActiveException

All Implemented Interfaces
Serializable

public class JobActiveException
extends RepositoryException

The JobActiveException is thrown when a user tries to delete a job that is scheduled and has not yet finished execution.

See Also
Serialized Form

Constructor Summary
JobActiveException(String message)
           
JobActiveException(String message, boolean log)
           
JobActiveException(String message, Throwable cause)
           
JobActiveException(String message, Throwable cause, boolean log)
           
JobActiveException(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

JobActiveException

public JobActiveException(String message)

JobActiveException

public JobActiveException(String message,
                          boolean log)

JobActiveException

public JobActiveException(String message,
                          Throwable cause)

JobActiveException

public JobActiveException(Throwable cause)

JobActiveException

public JobActiveException(String message,
                          Throwable cause,
                          boolean log)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.