Package org.dspace.app.rest.exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongCurrentPasswordException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrongCurrentPasswordException
public WrongCurrentPasswordException(String message)
-
-