Class PasswordDeletionFailedException

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

public class PasswordDeletionFailedException extends PerunException
This exception is thrown when the password could not be deleted because it's not reserved, it's in use or other various reasons
Author:
Michal Prochazka
See Also:
  • Constructor Details

    • PasswordDeletionFailedException

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

      public PasswordDeletionFailedException(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
    • PasswordDeletionFailedException

      public PasswordDeletionFailedException(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)