Package org.tailormap.api.security
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.databind.DatabindException
com.fasterxml.jackson.databind.JsonMappingException
org.tailormap.api.security.InvalidPasswordException
- All Implemented Interfaces:
Serializable
public class InvalidPasswordException
extends com.fasterxml.jackson.databind.JsonMappingException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingException.Reference
-
Field Summary
Fields inherited from class com.fasterxml.jackson.databind.JsonMappingException
_path, _processor
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
ConstructorDescriptionInvalidPasswordException
(Closeable processor) InvalidPasswordException
(Closeable processor, String msg) InvalidPasswordException
(Closeable processor, String msg, com.fasterxml.jackson.core.JsonLocation loc) InvalidPasswordException
(Closeable processor, String msg, Throwable problem) -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.JsonMappingException
_appendPathDesc, _buildMessage, from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidPasswordException
-
InvalidPasswordException
-
InvalidPasswordException
-
InvalidPasswordException
-