Package org.deltafi.common.graphql.dgs
Class DeltafiGraphQLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.deltafi.common.graphql.dgs.DeltafiGraphQLException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeltafiGraphQLException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeltafiGraphQLException(java.lang.String message)DeltafiGraphQLException(java.lang.String message, java.lang.Throwable cause)
-