Package com.rabbitmq.client
Class AuthenticationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.rabbitmq.client.PossibleAuthenticationFailureException
-
- com.rabbitmq.client.AuthenticationFailureException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationFailureException extends PossibleAuthenticationFailureException
Thrown when the broker refuses access due to an authentication failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailureException(String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationFailureException
public AuthenticationFailureException(String reason)
-
-