Class BookDataException

    • Constructor Summary

      Constructors 
      Constructor Description
      BookDataException​(long timestamp, int nanosComponent, BookPair books, java.lang.Boolean offerSide, int depth, java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • depth

        public final int depth
    • Constructor Detail

      • BookDataException

        public BookDataException​(long timestamp,
                                 int nanosComponent,
                                 BookPair books,
                                 java.lang.Boolean offerSide,
                                 int depth,
                                 java.lang.String message)