Class PermissionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
energy.eddie.aiida.errors.permission.PermissionNotFoundException
All Implemented Interfaces:
Serializable

public class PermissionNotFoundException extends Exception
Thrown to indicate that no permission with the specified ID is saved in this AIIDA instance.
See Also:
  • Constructor Details

    • PermissionNotFoundException

      public PermissionNotFoundException(UUID permissionId)
      Constructs an PermissionNotFoundException with the default message, that includes the permissionId.
      Parameters:
      permissionId - ID of the permission that could not be found.