public class GraphIOException
extends java.lang.Exception
Constructor and Description |
---|
GraphIOException()
Creates a new instance with no specified message or cause.
|
GraphIOException(java.lang.String message)
Creates a new instance with the specified message and no
specified cause.
|
GraphIOException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the specified message and cause.
|
GraphIOException(java.lang.Throwable cause)
Creats a new instance with the specified cause and no specified message.
|
public GraphIOException()
public GraphIOException(java.lang.String message, java.lang.Throwable cause)
public GraphIOException(java.lang.String message)
public GraphIOException(java.lang.Throwable cause)