Class PermissionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
energy.eddie.aiida.errors.permission.PermissionNotFoundException
- All Implemented Interfaces:
Serializable
Thrown to indicate that no permission with the specified ID is saved in this AIIDA instance.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPermissionNotFoundException(UUID permissionId) Constructs an PermissionNotFoundException with the default message, that includes the permissionId. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermissionNotFoundException
Constructs an PermissionNotFoundException with the default message, that includes the permissionId.- Parameters:
permissionId- ID of the permission that could not be found.
-