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)
          Constructs a JobParameterNotFoundException with the specified exception object.
JobParameterNotFoundException(java.lang.String string)
          Constructs a JobParameterNotFoundException with the specified detail message.
JobParameterNotFoundException(java.lang.String string, java.lang.Exception cnfe)
          Constructs a JobParameterNotFoundException with the specified detail message and exception object.

 

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)
Constructs a JobParameterNotFoundException with the specified exception object.
Parameters:
e - Exception object

JobParameterNotFoundException

public JobParameterNotFoundException(java.lang.String string)
Constructs a JobParameterNotFoundException with the specified detail message.
Parameters:
string - is the message used to describe the exception condition.

JobParameterNotFoundException

public JobParameterNotFoundException(java.lang.String string,
                                     java.lang.Exception cnfe)
Constructs a JobParameterNotFoundException with the specified detail message and exception object.
Parameters:
string - is the message used to describe the exception condition.
cnfe - Exception object

Skip navigation links


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