Class WrongCurrentPasswordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.app.rest.exception.WrongCurrentPasswordException
All Implemented Interfaces:
Serializable

public class WrongCurrentPasswordException extends RuntimeException
This exception is thrown when the provided current password is wrong.
Author:
Mohamed Eskander (mohamed.eskander at 4science.it)
See Also:
  • Constructor Details

    • WrongCurrentPasswordException

      public WrongCurrentPasswordException(String message)