Skip navigation links


oracle.iam.scheduler.exception
Class RequiredParameterNotSetException

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

All Implemented Interfaces:
java.io.Serializable

public class RequiredParameterNotSetException
extends java.lang.Exception

This exception will be thrown if value is not set for required parameters of a schedule task.

See Also:
Serialized Form

Constructor Summary
RequiredParameterNotSetException(java.lang.String string, java.lang.String parameterName)
          Constructs a RequiredParameterNotSetException with the specified detail message and schedule task parameter name.

 

Method Summary
 java.lang.String getParameterName()
          Provides schedule task parameter name.

 

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

RequiredParameterNotSetException

public RequiredParameterNotSetException(java.lang.String string,
                                        java.lang.String parameterName)
Constructs a RequiredParameterNotSetException with the specified detail message and schedule task parameter name.
Parameters:
string - is the message used to describe the exception condition.
parameterName - Schedule task parameter name

Method Detail

getParameterName

public java.lang.String getParameterName()
Provides schedule task parameter name.
Returns:
Schedule task parameter name

Skip navigation links


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