Module org.elasticsearch.xcore
Class Exceptions
java.lang.Object
org.elasticsearch.xpack.core.security.support.Exceptions
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationError(String msg, Object... args) authenticationError(String msg, Throwable cause, Object... args) authenticationProcessError(String msg, Exception cause, Object... args) authorizationError(String msg, Exception cause, Object... args) authorizationError(String msg, Object... args)
-
Method Details
-
authenticationError
public static ElasticsearchSecurityException authenticationError(String msg, Throwable cause, Object... args) -
authenticationError
-
authorizationError
-
authorizationError
public static ElasticsearchSecurityException authorizationError(String msg, Exception cause, Object... args) -
authenticationProcessError
public static ElasticsearchAuthenticationProcessingError authenticationProcessError(String msg, Exception cause, Object... args)
-