Class AccessGrantManagementException

  • All Implemented Interfaces:
    Serializable

    public class AccessGrantManagementException
    extends RuntimeException
    A general exception for any unexpected runtime errors that might occur during an access grant operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • AccessGrantManagementException

        public AccessGrantManagementException​(String message,
                                              Throwable cause)
      • AccessGrantManagementException

        public AccessGrantManagementException​(String message)
      • AccessGrantManagementException

        public AccessGrantManagementException​(Throwable cause)