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:
java.io.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(java.lang.String reason)
-