Class SchemaServiceException

  • All Implemented Interfaces:
    Serializable

    public class SchemaServiceException
    extends Exception
    Exception that indicates errors while retrieving schema or type information.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaServiceException

        public SchemaServiceException​(String message)
        Constructs a new SchemaServiceException.
        Parameters:
        message - the error message
      • SchemaServiceException

        public SchemaServiceException​(String message,
                                      Exception e)
        Constructs a new SchemaServiceException.
        Parameters:
        message - the error message
        e - the embedded exception