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 aSchedulerAccessDeniedExceptionwith null as its detail message.SchedulerAccessDeniedException(String message) Constructs aSchedulerAccessDeniedExceptionwith the specified detail message.SchedulerAccessDeniedException(String message, Throwable cause) Constructs aSchedulerAccessDeniedExceptionwith the specified detail message and throwable object.Constructs aSchedulerAccessDeniedExceptionwith 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 aSchedulerAccessDeniedExceptionwith null as its detail message. -
SchedulerAccessDeniedException
Constructs aSchedulerAccessDeniedExceptionwith the specified detail message.- Parameters:
message- the detail message
-
SchedulerAccessDeniedException
Constructs aSchedulerAccessDeniedExceptionwith the specified detail message and throwable object.- Parameters:
message- the detail messagecause- The cause as throwable object
-
SchedulerAccessDeniedException
Constructs aSchedulerAccessDeniedExceptionwith the specified throwable object.- Parameters:
cause- The cause as throwable object
-