Package oracle.iam.scheduler.exception
Class SchedulerAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.scheduler.exception.SchedulerAccessDeniedException
- All Implemented Interfaces:
Serializable
This exception occurs if any access related issues occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aSchedulerAccessDeniedException
with null as its detail message.SchedulerAccessDeniedException
(String message) Constructs aSchedulerAccessDeniedException
with the specified detail message.SchedulerAccessDeniedException
(String message, Throwable cause) Constructs aSchedulerAccessDeniedException
with the specified detail message and throwable object.Constructs aSchedulerAccessDeniedException
with the specified throwable object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchedulerAccessDeniedException
public SchedulerAccessDeniedException()Constructs aSchedulerAccessDeniedException
with null as its detail message. -
SchedulerAccessDeniedException
Constructs aSchedulerAccessDeniedException
with the specified detail message.- Parameters:
message
- the detail message
-
SchedulerAccessDeniedException
Constructs aSchedulerAccessDeniedException
with the specified detail message and throwable object.- Parameters:
message
- the detail messagecause
- The cause as throwable object
-
SchedulerAccessDeniedException
Constructs aSchedulerAccessDeniedException
with the specified throwable object.- Parameters:
cause
- The cause as throwable object
-