Class AmqpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.servicebus.amqp.AmqpException
-
- All Implemented Interfaces:
Serializable
public class AmqpException extends Exception
All AmqpExceptions - which EventHub client handles internally.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpException(org.apache.qpid.proton.amqp.transport.ErrorCondition errorCondition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.qpid.proton.amqp.transport.ErrorCondition
getError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-