Class AccessDeniedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orchestranetworks.permissions.AccessDeniedException
All Implemented Interfaces:
Serializable

public final class AccessDeniedException extends RuntimeException
This exception is thrown when a user tries to perform an action for which they do not have the necessary permissions.
Since:
6.2.2
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException(String anErrorMessage)