Class NotPermittedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebSudoRequiredException

public class NotPermittedException extends RemoteException
Exception thrown when a user attempts to do something they're not allowed to do.
See Also:
  • Constructor Details

    • NotPermittedException

      public NotPermittedException()
    • NotPermittedException

      public NotPermittedException(String message)
    • NotPermittedException

      public NotPermittedException(Throwable cause)
    • NotPermittedException

      public NotPermittedException(String message, Throwable cause)