Class PermissionException

All Implemented Interfaces:
Serializable

public final class PermissionException extends CentralDogmaException
A CentralDogmaException that is raised when a client does not have the required permission for an operation.
See Also:
  • Constructor Details

    • PermissionException

      public PermissionException()
      Creates a new instance.
    • PermissionException

      public PermissionException(String message)
      Creates a new instance.
    • PermissionException

      public PermissionException(String message, Throwable cause)
      Creates a new instance.
    • PermissionException

      public PermissionException(Throwable cause)
      Creates a new instance.