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)
           

 

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)

Skip navigation links


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