Class NotAllowedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SuspendedEntityInteractionException

public class NotAllowedException extends BadUserRequestException

This exception is thrown, if an operation is not allowed to be executed.

Author:
Roman Smirnov
See Also:
  • Constructor Details

    • NotAllowedException

      public NotAllowedException()
    • NotAllowedException

      public NotAllowedException(String message, Throwable cause)
    • NotAllowedException

      public NotAllowedException(String message)
    • NotAllowedException

      public NotAllowedException(Throwable cause)