Package com.graphdbapi.file
Class GraphDbFileIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.graphdbapi.file.GraphDbFileIOException
-
- All Implemented Interfaces:
Serializable
public class GraphDbFileIOException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphDbFileIOException(String msg)
GraphDbFileIOException(String format, Object... args)
GraphDbFileIOException(Throwable cause)
GraphDbFileIOException(Throwable cause, String format, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-