Package one.microstream.io
Class FileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.io.FileException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 DirectoryException
public class FileException extends RuntimeException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description FileException(File subject)FileException(File subject, String message)FileException(File subject, String message, Throwable cause)FileException(File subject, Throwable cause) - 
Method Summary
Modifier and Type Method Description StringgetMessage()FilegetSubject()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
 - 
Method Details
- 
getSubject
 - 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -