Package oracle.as.scheduler
Class IllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.IllegalArgumentException
- All Implemented Interfaces:
Serializable
Exception used when one or more arguments to a method are incorrect
or invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor with a detailed message.IllegalArgumentException
(String msg, Throwable cause) Constructor with a detailed message and underlying cause.Constructor with the underlying cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalArgumentException
public IllegalArgumentException()Constructor -
IllegalArgumentException
Constructor with a detailed message.- Parameters:
msg
- the associated detailed message
-
IllegalArgumentException
Constructor with the underlying cause.- Parameters:
cause
- the underlying cause for exception.
-
IllegalArgumentException
Constructor with a detailed message and underlying cause.- Parameters:
msg
- the detailed message for the exception.cause
- the underlying cause for the exception.
-