Class AuthenticationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.stream.StreamException
com.rabbitmq.stream.AuthenticationFailureException
- All Implemented Interfaces:
Serializable
Exception to report a failed authentication attempt.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationFailureException(String message) AuthenticationFailureException(String message, short errorCode) -
Method Summary
Methods inherited from class StreamException
getCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailureException
-
AuthenticationFailureException
-