Skip navigation links


oracle.iam.scheduler.exception
Class InvalidParameterForExpressionException

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

All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterForExpressionException
extends java.lang.Exception

This exception will be thrown if parameters' passed for cron expression is wrong.

See Also:
Serialized Form

Constructor Summary
InvalidParameterForExpressionException(java.lang.String string)
           

 

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

InvalidParameterForExpressionException

public InvalidParameterForExpressionException(java.lang.String string)

Skip navigation links


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