Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Class RuntimeServiceException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RollbackException, RuntimeIllegalOperationException, RuntimeServiceAccessControlException, RuntimeStoreAccessException

public class RuntimeServiceException
extends SchedulerException

Thrown when the Runtime Service is unable to process the request due to a system error.

See Also:
Serialized Form

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

RuntimeServiceException

public RuntimeServiceException()
Constructor

RuntimeServiceException

public RuntimeServiceException(java.lang.String msg)
Constructor with a detailed message.
Parameters:
msg - - the associated detailed message

RuntimeServiceException

public RuntimeServiceException(java.lang.Throwable cause)
Constructor with the underlying cause.
Parameters:
cause - - the underlying cause for exception.

RuntimeServiceException

public RuntimeServiceException(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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.