Class CalciteException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger LOGGER  
      private static long serialVersionUID
      SerialVersionUID created with JDK 1.5 serialver tool.
    • Constructor Summary

      Constructors 
      Constructor Description
      CalciteException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new CalciteException object.
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        SerialVersionUID created with JDK 1.5 serialver tool. Prevents incompatible class conflict when serialized from JDK 1.5-built server to JDK 1.4-built client.
        See Also:
        Constant Field Values
      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • CalciteException

        public CalciteException​(java.lang.String message,
                                java.lang.Throwable cause)
        Creates a new CalciteException object.
        Parameters:
        message - error message
        cause - underlying cause