java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaViolationException
All Implemented Interfaces:
Serializable

public class SchemaViolationException extends ResourceRegistryException
The Class SchemaViolationException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • SchemaViolationException

      public SchemaViolationException(String message)
      Instantiates a new schema violation exception.
      Parameters:
      message - the message
    • SchemaViolationException

      public SchemaViolationException(Throwable cause)
      Instantiates a new schema violation exception.
      Parameters:
      cause - the cause
    • SchemaViolationException

      public SchemaViolationException(String message, Throwable cause)
      Instantiates a new schema violation exception.
      Parameters:
      message - the message
      cause - the cause