@@ -2,6 +2,6 @@ package ru.soune.nocopy.exception;
|
||||
|
||||
public class ChunkSizeExceededException extends RuntimeException {
|
||||
public ChunkSizeExceededException(long actualSize, long maxSize) {
|
||||
super(String.format("Chunk size exceeded: %d > %d", actualSize, maxSize));
|
||||
super(String.format("Chunk size not valid: " + actualSize));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user