Uses of Class
cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
Package
Description
Exceptions.
Runtime exceptions.
-
Uses of PerunRuntimeException in cz.metacentrum.perun.core.api.exceptions
Modifier and TypeClassDescriptionclass
This exception raises when some inconsistency in underlying data sources occurs.class
This exception raises when in the name of entity is any diacritic symbol.class
This exception is thrown when there is an illegal value in the argumentclass
Class representing an exception caused by an unexpected error.class
This exception raises when some property of entity is too long.class
This exception is thrown when trying to add member to the group from other VOclass
This exception is thrown when principal has roles always requiring MFA and roles always skipping MFA at the same timeclass
This exception is thrown when principal is performing MFA-requiring action but is not authenticated with Multi-Factorclass
This exception is thrown when principal has role always requiring MFA but is not authenticated with Multi-Factorclass
This exception is thrown when principal has roles always requiring MFA and the auth time is older than the limit defined in the configclass
This exception is thrown when principal is performing MFA-requiring action and the auth time is older than the limit defined in the configclass
This exception raises when name of entity is not long enough.class
This exception is thrown when the virtual attribute module for an attribute does not existclass
This exception raises when a number is not in the range of numbers.class
This exception raises when in the name of entity is any number.class
This exception raises when some parsing problem occur (regex, matcher, pattern, etc.)class
This exception is thrown when there is missing important part after parsing user name.class
Raised when transferred quotas attribute value is not in defined limit.class
class
This exception raises when the name of entity contains at least one space.class
This exception raises when in the name of entity is any special char.class
Raised when working with a module which doesn't have expected type.class
Exception, which is used for bad range of messages count for audit messages. -
Uses of PerunRuntimeException in cz.metacentrum.perun.core.api.exceptions.rt
Modifier and TypeClassDescriptionclass
Checked version of EmptyPasswordRuntimeException.class
Checked version of LoginNotExistsRuntimeException.class
This exception is thrown when the loading of module configuration property is not found or it fails.class
Checked version of PasswordChangeFailedRuntimeException.class
Checked version of PasswordCreationFailedRuntimeException.class
Checked version of PasswordCreationFailedRuntimeException.class
Checked version of PasswordDoesntMatchRuntimeException.class
Thrown when operation with password in backend exceeds expected limit.class
Thrown when password doesn't match expected strength requirements. -
Uses of PerunRuntimeException in cz.metacentrum.perun.rpc.serializer
Modifier and TypeMethodDescriptionvoid
JsonSerializer.writePerunRuntimeException
(PerunRuntimeException prex) void
JsonSerializerJsonLite.writePerunRuntimeException
(PerunRuntimeException prex) void
JsonSerializerJsonP.writePerunRuntimeException
(PerunRuntimeException prex) void
JsonSerializerJsonSimple.writePerunRuntimeException
(PerunRuntimeException prex) void
PdfSerializer.writePerunRuntimeException
(PerunRuntimeException prex) void
Serializer.writePerunRuntimeException
(PerunRuntimeException prex) SerializesPerunRuntimeException
.