Class PasswordCreationFailedException

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

public class PasswordCreationFailedException extends PerunException
This exception is thrown when the password could not be changed because the login is unavailable or other various problems occurred
Author:
Michal Prochazka
See Also:
  • Constructor Details

    • PasswordCreationFailedException

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

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

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