Skip navigation links


oracle.iam.scheduler.exception
Class ParameterValueTypeNotSupportedException

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

All Implemented Interfaces:
java.io.Serializable

public class ParameterValueTypeNotSupportedException
extends java.lang.Exception

This exception will be thrown if value set for required parameters of a schedule task is not supported in application. Only following type is supported String, Boolean & Long

See Also:
Serialized Form

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

 

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

ParameterValueTypeNotSupportedException

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

Skip navigation links


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