Package org.springframework.amqp
Class AmqpAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.AmqpAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class AmqpAuthenticationException extends AmqpException
Runtime wrapper for an authentication exception.- Since:
- 1.2.1
- Author:
- Gary Russell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpAuthenticationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AmqpAuthenticationException
public AmqpAuthenticationException(Throwable cause)
-
-