Class FederationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class FederationError
    extends ErrorCode
    Encapsualte errors returned by he federated module.
    Author:
    dnicodemus
    See Also:
    Serialized Form
    • Field Detail

      • FAILED_TO_START_SERVER

        public static final FederationError FAILED_TO_START_SERVER
        Failed to start federation server
      • INTERNAL_ERROR_NYI

        public static final FederationError INTERNAL_ERROR_NYI
        Not yet Implmented
      • INTERNAL_ERROR_UNKWOWN_DBVENDOR

        public static final FederationError INTERNAL_ERROR_UNKWOWN_DBVENDOR
        Unknown DB Vendor %s
      • INTERNAL_ERROR_TRANSLATOR

        public static final FederationError INTERNAL_ERROR_TRANSLATOR
        Translator Exception %s
      • INTERNAL_ERROR_DATASOURCE

        public static final FederationError INTERNAL_ERROR_DATASOURCE
        Data Source Exception %s JDBC Source driver : %s URL : %s
      • INTERNAL_ERROR_VDB_FILE

        public static final FederationError INTERNAL_ERROR_VDB_FILE
        IO Exception %s generating VDB file %s
      • INTERNAL_ERROR_VDB_DEPLOY

        public static final FederationError INTERNAL_ERROR_VDB_DEPLOY
        Failed to deploy mart %s
      • CONNECTION_NO_TABLES

        public static final FederationError CONNECTION_NO_TABLES
        Connection (%s,%s) has no tables
      • COULD_NOT_FIND_TRANSLATOR

        public static final FederationError COULD_NOT_FIND_TRANSLATOR
        Could not find translator for vendor %s
      • INTERNAL_ERROR_MKDATADIR

        public static final FederationError INTERNAL_ERROR_MKDATADIR
        Failed to create federation data dir %s
      • TRANSLATOR_NOT_A_MAPPER

        public static final FederationError TRANSLATOR_NOT_A_MAPPER
        Translator for vendor %s cannot map SQL meta data
      • INTERNAL_ERROR_WRITE_CSV_FILE

        public static final FederationError INTERNAL_ERROR_WRITE_CSV_FILE
        IO Exception %s writing CSV file
      • INTERNAL_ERROR_READ_CSV_FILE

        public static final FederationError INTERNAL_ERROR_READ_CSV_FILE
        SQL Exception %s reading result set writing CSV file
      • INTERNAL_ERROR_UNKWOWN_ENCODING

        public static final FederationError INTERNAL_ERROR_UNKWOWN_ENCODING
        Unknown encoding %s
      • INTERNAL_WARN_RESULTSET_CLOSE

        public static final FederationError INTERNAL_WARN_RESULTSET_CLOSE
        Error %s while close result set
      • INTERNAL_ERROR_CLOSE_CSV_WRITER

        public static final FederationError INTERNAL_ERROR_CLOSE_CSV_WRITER
        IO Exception %s flush/close CSV output
      • INTERNAL_ERROR_CONNECT

        public static final FederationError INTERNAL_ERROR_CONNECT
        Failed to connect using JDBC URL %s as user %s
      • INTERNAL_ERROR_CLOSE_STMT

        public static final FederationError INTERNAL_ERROR_CLOSE_STMT
        Failed to close statement
      • INTERNAL_ERROR_CLOSE_CONN

        public static final FederationError INTERNAL_ERROR_CLOSE_CONN
        Failed to close connection
      • INTERNAL_ERROR_CREATE_STMT

        public static final FederationError INTERNAL_ERROR_CREATE_STMT
        Failed to create statement
      • INTERNAL_ERROR_EXECUTE_STMT

        public static final FederationError INTERNAL_ERROR_EXECUTE_STMT
        Failed to execute SQL statement %s
      • INTERNAL_WARN_VDB_REMOVE

        public static final FederationError INTERNAL_WARN_VDB_REMOVE
        Error %s removing VDB file %s
    • Method Detail

      • getErrorMessageFmt

        public java.lang.String getErrorMessageFmt​(java.lang.Object... args)