Class OperationNotAllowedException

All Implemented Interfaces:
Serializable

public class OperationNotAllowedException extends RecoverableClientException
Exception thrown when an operation is not allowed on a given directory entry.
Since:
5.7
Author:
Thomas Roger
See Also:
  • Constructor Details

    • OperationNotAllowedException

      public OperationNotAllowedException(String message, String localizedMessage, String[] params)
    • OperationNotAllowedException

      public OperationNotAllowedException(String message, String localizedMessage, String[] params, Throwable cause)