Skip navigation links


oracle.iam.scheduler.exception
Class JobParameterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.scheduler.exception.JobParameterNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class JobParameterNotFoundException
extends java.lang.Exception

This exception will be thrown if Task Parameter is not found in the system

See Also:
Serialized Form

Constructor Summary
JobParameterNotFoundException(java.lang.Exception e)
           
JobParameterNotFoundException(java.lang.String string)
           
JobParameterNotFoundException(java.lang.String string, java.lang.Exception cnfe)
           

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

JobParameterNotFoundException

public JobParameterNotFoundException(java.lang.Exception e)

JobParameterNotFoundException

public JobParameterNotFoundException(java.lang.String string)

JobParameterNotFoundException

public JobParameterNotFoundException(java.lang.String string,
                                     java.lang.Exception cnfe)

Skip navigation links


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