Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.security.authentication.AuthenticationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.AuthenticationException(String msg, String reasonCode) Creates a new AuthenticationException with the given message.AuthenticationException(String msg, Throwable cause) Deprecated.AuthenticationException(String msg, Throwable cause, String reasonCode) Creates a new AuthenticationException with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
AUTHENTICATION_EXCEPTION_OCCURRED
- See Also:
-
-
Constructor Details
-
AuthenticationException
Deprecated.Creates a new AuthenticationException with the given message.- Parameters:
msg- the error message
-
AuthenticationException
Deprecated.Creates a new AuthenticationException with the given message and cause.- Parameters:
msg- the error messagecause- the cause of the error
-
AuthenticationException
Creates a new AuthenticationException with the given message.- Parameters:
msg- the error messagereasonCode- a static string describing the error. Could be used for indexing or metrics. Default value is AUTHENTICATION_EXCEPTION_OCCURRED.
-
AuthenticationException
Creates a new AuthenticationException with the given message and cause.- Parameters:
msg- the error messagecause- the cause of the errorreasonCode- a static string describing the error. Could be used for indexing or metrics. Default value is AUTHENTICATION_EXCEPTION_OCCURRED.
-
-
Method Details
-
errorInfo
-
errorInfo
-
reasonCode
-