Package com.rabbitmq.client
Class PossibleAuthenticationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.rabbitmq.client.PossibleAuthenticationFailureException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationFailureException
public class PossibleAuthenticationFailureException extends java.io.IOException
Thrown when the likely cause is an authentication failure.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Default for non-checking.
-
Constructor Summary
Constructors Constructor Description PossibleAuthenticationFailureException(java.lang.String reason)
PossibleAuthenticationFailureException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Default for non-checking.- See Also:
- Constant Field Values
-
-