Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler
Class RuntimeStoreAccessException

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.RuntimeStoreAccessException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RuntimeStoreLockException

public class RuntimeStoreAccessException
extends RuntimeServiceException
Since:
release specific (what release of product did this appear in) Indicates an error accessing the ESS runtime store
Version:
$Header: RuntimeStoreAccessException.java 15-jul-2010.09:19:47 kbittle r Exp $
Author:
kbittler
See Also:
Serialized Form

Constructor Summary
RuntimeStoreAccessException()
          Default constructor
RuntimeStoreAccessException(java.lang.String msg)
          Constructor with a detailed message
RuntimeStoreAccessException(java.lang.String msg, java.lang.Throwable cause)
          Constructor to create the instance with an message and cause
RuntimeStoreAccessException(java.lang.Throwable cause)
          Constructor that creates the instance based on a 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

RuntimeStoreAccessException

public RuntimeStoreAccessException()
Default constructor

RuntimeStoreAccessException

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

RuntimeStoreAccessException

public RuntimeStoreAccessException(java.lang.Throwable cause)
Constructor that creates the instance based on a cause
Parameters:
cause - the underlying cause for exception

RuntimeStoreAccessException

public RuntimeStoreAccessException(java.lang.String msg,
                                   java.lang.Throwable cause)
Constructor to create the instance with an message and cause
Parameters:
msg - the detailed message to be associated with the exception
cause - the underlying cause.

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.