Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

oracle.ias.scheduler
Class JobCancellationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ias.scheduler.JobCancellationException
All Implemented Interfaces:
java.io.Serializable

public final class JobCancellationException
extends java.lang.Exception

This exception is thrown by the a job class implementing the Executable interface to indicate acknowledgement of job cancellation.

See Also:
Serialized Form

Constructor Summary
JobCancellationException()
          Constructs a new exception with null as its detail message.
JobCancellationException(java.lang.String message)
          Constructs a new exception with the specified detail message.
JobCancellationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
JobCancellationException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
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

JobCancellationException

public JobCancellationException()
Constructs a new exception with null as its detail message. The cause is not initialized.


JobCancellationException

public JobCancellationException(java.lang.String message)
Constructs a new exception with the specified detail message. The cause is not initialized.

Parameters:
message - The detail message which is later retrieved using the getMessage method.

JobCancellationException

public JobCancellationException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - The detail message which is later retrieved using the getMessage method.
cause - The cause which is saved for the later retrieval by the getCause method.

JobCancellationException

public JobCancellationException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - The cause which is saved for the later retrieval by the getCause method.

Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

Copyright © 2006, Oracle. All rights reserved.