Class BinaryPersistenceExceptionIncompleteChunk

    • Constructor Detail

      • BinaryPersistenceExceptionIncompleteChunk

        public BinaryPersistenceExceptionIncompleteChunk​(long currentChunkLength,
                                                         long totalChunkLength)
      • BinaryPersistenceExceptionIncompleteChunk

        public BinaryPersistenceExceptionIncompleteChunk​(long currentChunkLength,
                                                         long totalChunkLength,
                                                         String message)
      • BinaryPersistenceExceptionIncompleteChunk

        public BinaryPersistenceExceptionIncompleteChunk​(long currentChunkLength,
                                                         long totalChunkLength,
                                                         Throwable cause)
      • BinaryPersistenceExceptionIncompleteChunk

        public BinaryPersistenceExceptionIncompleteChunk​(long currentChunkLength,
                                                         long totalChunkLength,
                                                         String message,
                                                         Throwable cause)
      • BinaryPersistenceExceptionIncompleteChunk

        public BinaryPersistenceExceptionIncompleteChunk​(long currentChunkLength,
                                                         long totalChunkLength,
                                                         String message,
                                                         Throwable cause,
                                                         boolean enableSuppression,
                                                         boolean writableStackTrace)
    • Method Detail

      • getCurrentChunkLength

        public long getCurrentChunkLength()
      • getTotalChunkLength

        public long getTotalChunkLength()