Package cronapp.framework.persistence
Class InvalidConfirmationPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cronapp.framework.persistence.InvalidConfirmationPasswordException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(BAD_REQUEST) public class InvalidConfirmationPasswordException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConfirmationPasswordException()InvalidConfirmationPasswordException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidConfirmationPasswordException
public InvalidConfirmationPasswordException()
-
InvalidConfirmationPasswordException
public InvalidConfirmationPasswordException(Throwable cause)
-
-