Class PrivilegeException

All Implemented Interfaces:
Serializable

public class PrivilegeException extends PerunException
Checked version of PrivilegeException.
Author:
Martin Kuba
See Also:
  • Constructor Details

    • PrivilegeException

      public PrivilegeException(String message)
    • PrivilegeException

      public PrivilegeException(String message, Throwable cause)
    • PrivilegeException

      public PrivilegeException(Throwable cause)
    • PrivilegeException

      public PrivilegeException(PerunSession sess)
    • PrivilegeException

      public PrivilegeException(PerunSession sess, String action)