Class PasswordOperationTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.PasswordOperationTimeoutException
All Implemented Interfaces:
Serializable

public class PasswordOperationTimeoutException extends PerunException
Thrown when operation with password in backend exceeds expected limit.
Author:
Pavel Zlámal <zlamal@cesnet.cz>
See Also:
  • Constructor Details

    • PasswordOperationTimeoutException

      public PasswordOperationTimeoutException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • PasswordOperationTimeoutException

      public PasswordOperationTimeoutException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • PasswordOperationTimeoutException

      public PasswordOperationTimeoutException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception
  • Method Details

    • getLogin

      public String getLogin()
    • setLogin

      public void setLogin(String login)