Skip navigation links

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


oracle.as.scheduler.substitution
Class SubstitutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.substitution.SubstitutionException

All Implemented Interfaces:
java.io.Serializable

public class SubstitutionException
extends SchedulerException
Since:
11.1.1.6 Thrown when substitution errors occur.
Version:
$Header: SubstitutionException.java 10-may-2011.11:09:06 kbittler Exp $
Author:
kbittler
See Also:
Serialized Form

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

SubstitutionException

public SubstitutionException()
Constructor

SubstitutionException

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

SubstitutionException

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

SubstitutionException

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