Class QueueReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.epam.fixengine.jms.storage.queue.QueueReadException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueReadException
(String msg, Throwable throwable, byte[] corruptedMsg, int corruptedMsgSeqNum, long expectedLength) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
int
long
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueueReadException
-
-
Method Details
-
getCorruptedMsg
public byte[] getCorruptedMsg() -
getCorruptedMsgSeqNum
public int getCorruptedMsgSeqNum() -
getExpectedLength
public long getExpectedLength()
-