Package com.rabbitmq.client.amqp
Class AmqpException.AmqpSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.amqp.AmqpException
com.rabbitmq.client.amqp.AmqpException.AmqpSecurityException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AmqpException
Exception related to security (authentication, permission, etc).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.rabbitmq.client.amqp.AmqpException
AmqpException.AmqpConnectionException, AmqpException.AmqpEntityDoesNotExistException, AmqpException.AmqpResourceClosedException, AmqpException.AmqpResourceInvalidStateException, AmqpException.AmqpSecurityException
-
Constructor Summary
ConstructorDescriptionAmqpSecurityException
(String message, Throwable cause) AmqpSecurityException
(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 Details
-
AmqpSecurityException
-
AmqpSecurityException
-