Package cronapp.framework
Class CannotChangePasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cronapp.framework.CannotChangePasswordException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNPROCESSABLE_ENTITY) public class CannotChangePasswordException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotChangePasswordException(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
-
CannotChangePasswordException
public CannotChangePasswordException(String message)
-
-