com.bea.content
Class JobNotActiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.content.JobNotActiveException
All Implemented Interfaces
Serializable

public class JobNotActiveException
extends RepositoryException

The JobNotActiveException is thrown when a user tries to cancel a non-active job.

See Also
Serialized Form

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

JobNotActiveException

public JobNotActiveException(String message)

JobNotActiveException

public JobNotActiveException(String message,
                             boolean log)

JobNotActiveException

public JobNotActiveException(String message,
                             Throwable cause)

JobNotActiveException

public JobNotActiveException(Throwable cause)

JobNotActiveException

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


Copyright © 2011, Oracle. All rights reserved.