Class PerunRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmptyPasswordRuntimeException, InternalErrorException, LoginNotExistsRuntimeException, MfaPrivilegeException, MfaRoleTimeoutException, MfaTimeoutException, PasswordChangeFailedRuntimeException, PasswordCreationFailedRuntimeException, PasswordDeletionFailedRuntimeException, PasswordDoesntMatchRuntimeException, PasswordOperationTimeoutRuntimeException, PasswordStrengthFailedRuntimeException

public abstract class PerunRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • PerunRuntimeException

      public PerunRuntimeException()
    • PerunRuntimeException

      public PerunRuntimeException(String err)
    • PerunRuntimeException

      public PerunRuntimeException(Throwable cause)
    • PerunRuntimeException

      public PerunRuntimeException(String err, Throwable cause)
  • Method Details