Class SchemaServiceException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      SchemaServiceException​(java.lang.String message)
      Constructs a new SchemaServiceException.
      SchemaServiceException​(java.lang.String message, java.lang.Exception e)
      Constructs a new SchemaServiceException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SchemaServiceException

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

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