public class CorruptedDataException extends ReadingFromDiskException
| Constructor and Description |
|---|
CorruptedDataException(Path file,
long offset)
Constructs a new corrupted data exception.
|
CorruptedDataException(Path file,
long offset,
String message)
Constructs a new corrupted data exception.
|
CorruptedDataException(Path file,
long offset,
String message,
Throwable throwable)
Constructs a new corrupted data exception.
|
CorruptedDataException(Path file,
long offset,
Throwable throwable)
Constructs a new corrupted data exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CorruptedDataException(Path file, long offset)
file - reading file's pathoffset - reading file's offsetpublic CorruptedDataException(Path file, long offset, String message)
file - reading file's pathoffset - reading file's offsetmessage - the detail messagepublic CorruptedDataException(Path file, long offset, Throwable throwable)
file - reading file's pathoffset - reading file's offsetthrowable - the cause of this exceptionCopyright © 2019 Infobip Ltd.. All rights reserved.