Class ProtocolViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.protonj2.engine.exceptions.ProtonException
org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FrameDecodingException
,FrameEncodingException
,MalformedAMQPHeaderException
Error thrown when there has been a violation of the AMQP specification
- See Also:
-
Constructor Summary
ConstructorDescriptionProtocolViolationException
(String message) ProtocolViolationException
(String message, Throwable cause) ProtocolViolationException
(Symbol condition) ProtocolViolationException
(Symbol condition, String message) ProtocolViolationException
(Symbol condition, String message, Throwable cause) ProtocolViolationException
(Symbol condition, 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
-
ProtocolViolationException
public ProtocolViolationException() -
ProtocolViolationException
-
ProtocolViolationException
-
ProtocolViolationException
-
ProtocolViolationException
-
ProtocolViolationException
-
ProtocolViolationException
-
ProtocolViolationException
-
-
Method Details
-
getErrorCondition
-