Class OperationNotPermittedException

All Implemented Interfaces:
Serializable

public class OperationNotPermittedException extends CrowdException
Thrown when the operation is not permitted.
See Also:
  • Constructor Details

    • OperationNotPermittedException

      public OperationNotPermittedException()
    • OperationNotPermittedException

      public OperationNotPermittedException(String message)
    • OperationNotPermittedException

      public OperationNotPermittedException(String message, Throwable cause)
    • OperationNotPermittedException

      public OperationNotPermittedException(Throwable cause)