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<com.hazelcast.security.impl.WeakSecretError> weaknesses) |
EnumSet<com.hazelcast.security.impl.WeakSecretError> |
getWeaknesses() |
static WeakSecretException |
of(String label,
EnumSet<com.hazelcast.security.impl.WeakSecretError> weaknesses) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WeakSecretException(String message)
public EnumSet<com.hazelcast.security.impl.WeakSecretError> getWeaknesses()
public static WeakSecretException of(String label, EnumSet<com.hazelcast.security.impl.WeakSecretError> weaknesses)
Copyright © 2023 Hazelcast, Inc.. All rights reserved.