public class ConfigMeMapperException extends ConfigMeException
| Constructor and Description |
|---|
ConfigMeMapperException(MappingContext mappingContext,
String message)
Constructor.
|
ConfigMeMapperException(MappingContext mappingContext,
String message,
Throwable cause)
Constructor.
|
ConfigMeMapperException(String message)
Constructor.
|
ConfigMeMapperException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigMeMapperException(String message)
message - the exception messagepublic ConfigMeMapperException(String message, Throwable cause)
message - the exception messagecause - the causepublic ConfigMeMapperException(MappingContext mappingContext, String message)
mappingContext - the mapping context with which the message should be extendedmessage - basic message to extendpublic ConfigMeMapperException(MappingContext mappingContext, String message, Throwable cause)
mappingContext - the mapping context with which the message should be extendedmessage - basic message to extendcause - the causeCopyright © 2016–2021 The AuthMe Team. All rights reserved.