public final class WeakSecretException
extends com.hazelcast.core.HazelcastException
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ENFORCED |
| Constructor and Description |
|---|
WeakSecretException(String message) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatMessage(String label,
EnumSet<WeakSecretError> weaknesses) |
EnumSet<WeakSecretError> |
getWeaknesses() |
static WeakSecretException |
of(String label,
EnumSet<WeakSecretError> weaknesses) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WeakSecretException(String message)
public EnumSet<WeakSecretError> getWeaknesses()
public static WeakSecretException of(String label, EnumSet<WeakSecretError> weaknesses)
public static String formatMessage(String label, EnumSet<WeakSecretError> weaknesses)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.