Class PasswordChangeFailedException

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

public class PasswordChangeFailedException extends PerunException
This exception is thrown when the password could not be changed because it failed for various reasons
Author:
Michal Prochazka
See Also:
  • Constructor Details

    • PasswordChangeFailedException

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

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

      public PasswordChangeFailedException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception