Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Class IllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.IllegalArgumentException

All Implemented Interfaces:
java.io.Serializable

public class IllegalArgumentException
extends SchedulerException

This exception is thrown when one or more arguments to a method is incorrect or invalid

See Also:
Serialized Form

Constructor Summary
IllegalArgumentException()
          Constructor
IllegalArgumentException(java.lang.String msg)
          Constructor with a detailed message.
IllegalArgumentException(java.lang.String msg, java.lang.Throwable cause)
          Constructor with a detailed message and underlying cause.
IllegalArgumentException(java.lang.Throwable cause)
          Constructor with the underlying cause.

 

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

IllegalArgumentException

public IllegalArgumentException()
Constructor

IllegalArgumentException

public IllegalArgumentException(java.lang.String msg)
Constructor with a detailed message.
Parameters:
msg - - the associated detailed message

IllegalArgumentException

public IllegalArgumentException(java.lang.Throwable cause)
Constructor with the underlying cause.
Parameters:
cause - - the underlying cause for exception.

IllegalArgumentException

public IllegalArgumentException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructor with a detailed message and underlying cause.
Parameters:
msg - - the detailed message for the exception.
cause - - underlying cause for the exception.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.