Class SchemaViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.datatype.recordv2.schema.SchemaViolationException
- All Implemented Interfaces:
Serializable
Indicates a problem that has occurred when building a
Schema.- Since:
- 6.0
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaViolationException(String message) Constructor.SchemaViolationException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaViolationException
Constructor.- Parameters:
message- the error messagecause- the cause of the exception
-
SchemaViolationException
Constructor.- Parameters:
message- the error message
-