Class GraphHookSuffixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.gov.gchq.gaffer.graph.hook.exception.GraphHookException
-
- uk.gov.gchq.gaffer.graph.hook.exception.GraphHookSuffixException
-
- All Implemented Interfaces:
Serializable
public class GraphHookSuffixException extends GraphHookException
Runtime exception for issues with the graph hook suffix- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphHookSuffixException(String message)
Constructor with basic message.GraphHookSuffixException(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
-
GraphHookSuffixException
public GraphHookSuffixException(String message)
Constructor with basic message.- Parameters:
message
- The error message.
-
-