Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends CKFinderException
The "unauthorized exception" class.

Thrown when ACL configuration does not allow for an operation, e.g. uploading a file to a folder without the FILE_CREATE permission.

See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)