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