All Implemented Interfaces:
Serializable

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

    • SchemaNotFoundException

      public SchemaNotFoundException(String message)
      Instantiates a new schema not found exception.
      Parameters:
      message - the message
    • SchemaNotFoundException

      public SchemaNotFoundException(Throwable cause)
      Instantiates a new schema not found exception.
      Parameters:
      cause - the cause
    • SchemaNotFoundException

      public SchemaNotFoundException(String message, Throwable cause)
      Instantiates a new schema not found exception.
      Parameters:
      message - the message
      cause - the cause