Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler
Class UnsupportedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.UnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedOperationException
extends SchedulerException

This exception class is thrown to indicate that a specific operation is not supported

See Also:
Serialized Form

Constructor Summary
UnsupportedOperationException()
          Constructor
UnsupportedOperationException(java.lang.String msg)
          Constructor with a detailed message.
UnsupportedOperationException(java.lang.String msg, java.lang.Throwable cause)
          Constructor with a detailed message and underlying cause.
UnsupportedOperationException(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

UnsupportedOperationException

public UnsupportedOperationException()
Constructor


UnsupportedOperationException

public UnsupportedOperationException(java.lang.String msg)
Constructor with a detailed message.

Parameters:
msg - - the associated detailed message

UnsupportedOperationException

public UnsupportedOperationException(java.lang.Throwable cause)
Constructor with the underlying cause.

Parameters:
cause - - the underlying cause for exception.

UnsupportedOperationException

public UnsupportedOperationException(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.

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.