Class InvalidPermissionsException

All Implemented Interfaces:
Serializable

public class InvalidPermissionsException extends RuntimeException
Thrown to indicate that the application does not have the required permissions to perform an operation.
See Also:
  • Constructor Details

    • InvalidPermissionsException

      public InvalidPermissionsException(String message)
      Constructs a new InvalidPermissionsException with the specified detail message.
      Parameters:
      message - the detail message.