Skip navigation links

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


oracle.as.scheduler
Class NotAllowedException

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

All Implemented Interfaces:
java.io.Serializable

public class NotAllowedException
extends SchedulerException

This exception class is thrown to indicate that a specific operation is not allowed for the given set of arguments.

See Also:
Serialized Form

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

NotAllowedException

public NotAllowedException()
Constructor

NotAllowedException

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

NotAllowedException

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

NotAllowedException

public NotAllowedException(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.2)
E26229-03


Copyright © 2008, 2012 Oracle. All rights reserved.