Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler
Class RollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.RuntimeServiceException
                  extended by oracle.as.scheduler.RollbackException
All Implemented Interfaces:
java.io.Serializable

public class RollbackException
extends RuntimeServiceException

Since:
11R1+ Thrown when the a transactional operation is invoked and the transaction has been marked as rollback only.
Version:
$Header: RuntimeOnlyException.java 03-mar-2008.12:31:16 kbittler Exp $
Author:
kbittler
See Also:
Serialized Form

Constructor Summary
RollbackException()
          Constructor
RollbackException(java.lang.String msg)
          Constructor with a detailed message.
RollbackException(java.lang.String msg, java.lang.Throwable cause)
          Constructor with a detailed message and underlying cause.
RollbackException(java.lang.Throwable cause)
          Constructor with the underlying 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

RollbackException

public RollbackException()
Constructor


RollbackException

public RollbackException(java.lang.String msg)
Constructor with a detailed message.

Parameters:
msg - - the associated detailed message

RollbackException

public RollbackException(java.lang.Throwable cause)
Constructor with the underlying cause.

Parameters:
cause - - the underlying cause for exception.

RollbackException

public RollbackException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructor with a detailed message and underlying cause.

Parameters:
msg - - the detailed message for the exception.
cause - - underlying cause for the exception.

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.