public class ReadingFromDiskException extends RuntimeException
| Constructor and Description |
|---|
ReadingFromDiskException(Path file)
Constructs a new reading disk exception.
|
ReadingFromDiskException(Path file,
String message)
Constructs a new reading disk exception.
|
ReadingFromDiskException(Path file,
String message,
Throwable throwable)
Constructs a new reading disk exception.
|
ReadingFromDiskException(Path file,
Throwable throwable)
Constructs a new reading disk exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReadingFromDiskException(Path file)
file - reading file's pathpublic ReadingFromDiskException(Path file, String message)
file - reading file's pathmessage - the detail messagepublic ReadingFromDiskException(Path file, Throwable throwable)
file - reading file's paththrowable - the cause of this exceptionCopyright © 2019 Infobip Ltd.. All rights reserved.