Skip navigation links


oracle.iam.scheduler.exception
Class SchedulerAccessDeniedException

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

All Implemented Interfaces:
java.io.Serializable

public class SchedulerAccessDeniedException
extends java.lang.Exception

This exception occurs if any access related issues occurs.

See Also:
Serialized Form

Constructor Summary
SchedulerAccessDeniedException()
          Constructs a SchedulerAccessDeniedException with null as its detail message.
SchedulerAccessDeniedException(java.lang.String message)
          Constructs a SchedulerAccessDeniedException with the specified detail message.
SchedulerAccessDeniedException(java.lang.String message, java.lang.Throwable cause)
          Constructs a SchedulerAccessDeniedException with the specified detail message and throwable object.
SchedulerAccessDeniedException(java.lang.Throwable cause)
          Constructs a SchedulerAccessDeniedException with the specified throwable object.

 

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

SchedulerAccessDeniedException

public SchedulerAccessDeniedException()
Constructs a SchedulerAccessDeniedException with null as its detail message.

SchedulerAccessDeniedException

public SchedulerAccessDeniedException(java.lang.String message)
Constructs a SchedulerAccessDeniedException with the specified detail message.
Parameters:
message - the detail message

SchedulerAccessDeniedException

public SchedulerAccessDeniedException(java.lang.String message,
                                      java.lang.Throwable cause)
Constructs a SchedulerAccessDeniedException with the specified detail message and throwable object.
Parameters:
message - the detail message
cause - The cause as throwable object

SchedulerAccessDeniedException

public SchedulerAccessDeniedException(java.lang.Throwable cause)
Constructs a SchedulerAccessDeniedException with the specified throwable object.
Parameters:
cause - The cause as throwable object

Skip navigation links


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