Class PossibleAuthenticationFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.rabbitmq.client.PossibleAuthenticationFailureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationFailureException

public class PossibleAuthenticationFailureException extends IOException
Thrown when the likely cause is an authentication failure.
See Also:
  • Constructor Details

    • PossibleAuthenticationFailureException

      public PossibleAuthenticationFailureException(Throwable cause)
    • PossibleAuthenticationFailureException

      public PossibleAuthenticationFailureException(String reason)