public class RestrictedModeException
extends org.springframework.security.core.AuthenticationException
Constructor and Description |
---|
RestrictedModeException(String msg) |
RestrictedModeException(String code,
String message,
Object... params) |
RestrictedModeException(String code,
String message,
Throwable ex,
Object... params) |
RestrictedModeException(String message,
Throwable ex) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
void |
setParameter(String key,
Object value)
Deprecated.
utiliser
RestrictedModeException#NoMoreLicenceException(String, String, Throwable, Object[])
ou
RestrictedModeException#NoMoreLicenceException(String, String, Object[]) |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All rights reserved.