Package cz.metacentrum.perun.core.api.exceptions.rt
package cz.metacentrum.perun.core.api.exceptions.rt
Runtime exceptions. The Grouper transaction callbacks do not allow new types of checked exceptions. That is why only
runtime exceptions can be throws inside the callbacks. Thus this package has runtime versions of Perun exceptions. On
the topmost level they should be converted to checked exceptions.
The base exception is PerunRuntimeException
.
-
ClassDescriptionChecked version of EmptyPasswordRuntimeException.Checked version of LoginNotExistsRuntimeException.This exception is thrown when the loading of module configuration property is not found or it fails.Checked version of PasswordChangeFailedRuntimeException.Checked version of PasswordCreationFailedRuntimeException.Checked version of PasswordCreationFailedRuntimeException.Checked version of PasswordDoesntMatchRuntimeException.Thrown when operation with password in backend exceeds expected limit.Thrown when password doesn't match expected strength requirements.