Class InsufficientRoleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.security.exceptions.InsufficientRoleException
All Implemented Interfaces:
Serializable

public class InsufficientRoleException extends RuntimeException
Exception thrown when the User does not have appropriate access privileges.
Version:
1.0.2
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • InsufficientRoleException

      public InsufficientRoleException(String message)
      Generic constructor.
      Parameters:
      message - message
    • InsufficientRoleException

      public InsufficientRoleException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable