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