Class GraphHookException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.gov.gchq.gaffer.graph.hook.exception.GraphHookException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GraphHookSuffixException
public class GraphHookException extends RuntimeException
Generic runtime exception for errors relating to graph hooks.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphHookException(String message)
Constructor with basic message.GraphHookException(String message, Throwable cause)
Constructor with message and throwable cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GraphHookException
public GraphHookException(String message)
Constructor with basic message.- Parameters:
message
- The error message.
-
-