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

public final class SchemaViolationException extends RuntimeException
Indicates a problem that has occurred when building a Schema.
Since:
6.0
Author:
DiffusionData Limited
See Also:
  • Constructor Details

    • SchemaViolationException

      public SchemaViolationException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the error message
      cause - the cause of the exception
    • SchemaViolationException

      public SchemaViolationException(String message)
      Constructor.
      Parameters:
      message - the error message