## Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.## This code is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License version 2 only, as# published by the Free Software Foundation. Oracle designates this# particular file as subject to the "Classpath" exception as provided# by Oracle in the LICENSE file that accompanied this code.## This code is distributed in the hope that it will be useful, but WITHOUT# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License# version 2 for more details (a copy is included in the LICENSE file that# accompanied this code).## You should have received a copy of the GNU General Public License version# 2 along with this work; if not, write to the Free Software Foundation,# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.## Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA# or visit www.oracle.com if you need additional information or have any# questions.## CacheRowSetImpl exceptionscachedrowsetimpl.populate = Invalid ResultSet object supplied to populate methodcachedrowsetimpl.invalidp = Invalid persistence provider generatedcachedrowsetimpl.nullhash = Cannot instantiate CachedRowSetImpl instance. Null Hashtable supplied to constructorcachedrowsetimpl.invalidop = Invalid operation while on insert rowcachedrowsetimpl.accfailed = acceptChanges Failedcachedrowsetimpl.invalidcp = Invalid cursor positioncachedrowsetimpl.illegalop = Illegal operation on non-inserted rowcachedrowsetimpl.clonefail = Clone failed: {0}cachedrowsetimpl.invalidcol = Invalid column indexcachedrowsetimpl.invalcolnm = Invalid column namecachedrowsetimpl.boolfail = getBoolen Failed on value ( {0} ) in column {1}cachedrowsetimpl.bytefail = getByte Failed on value ( {0} ) in column {1}cachedrowsetimpl.shortfail = getShort Failed on value ( {0} ) in column {1}cachedrowsetimpl.intfail = getInt Failed on value ( {0} ) in column {1}cachedrowsetimpl.longfail = getLong Failed on value ( {0} ) in column {1}cachedrowsetimpl.floatfail = getFloat failed on value ( {0} ) in column {1}cachedrowsetimpl.doublefail = getDouble failed on value ( {0} ) in column {1}cachedrowsetimpl.dtypemismt = Data Type Mismatch cachedrowsetimpl.datefail = getDate Failed on value ( {0} ) in column {1} no conversion availablecachedrowsetimpl.timefail = getTime failed on value ( {0} ) in column {1} no conversion availablecachedrowsetimpl.posupdate = Positioned updates not supportedcachedrowsetimpl.unableins = Unable to instantiate : {0}cachedrowsetimpl.beforefirst = beforeFirst : Invalid cursor operationcachedrowsetimpl.first = First : Invalid cursor operationcachedrowsetimpl.last = last : TYPE_FORWARD_ONLYcachedrowsetimpl.absolute = absolute : Invalid cursor positioncachedrowsetimpl.relative = relative : Invalid cursor positioncachedrowsetimpl.asciistream = read failed for ascii streamcachedrowsetimpl.binstream = read failed on binary streamcachedrowsetimpl.failedins = Failed on insert rowcachedrowsetimpl.updateins = updateRow called while on insert rowcachedrowsetimpl.movetoins = moveToInsertRow : CONCUR_READ_ONLYcachedrowsetimpl.movetoins1 = moveToInsertRow : no meta datacachedrowsetimpl.movetoins2 = moveToInsertRow : invalid number of columnscachedrowsetimpl.tablename = Table name cannot be nullcachedrowsetimpl.keycols = Invalid key columnscachedrowsetimpl.invalidcol = Invalid column indexcachedrowsetimpl.opnotsupp = Operation not supported by Databasecachedrowsetimpl.matchcols = Match columns are not the same as those setcachedrowsetimpl.setmatchcols = Set Match columns before getting themcachedrowsetimpl.matchcols1 = Match columns should be greater than 0cachedrowsetimpl.matchcols2 = Match columns should be empty or null stringcachedrowsetimpl.unsetmatch = Columns being unset are not the same as setcachedrowsetimpl.unsetmatch1 = Use column name as argument to unsetMatchColumncachedrowsetimpl.unsetmatch2 = Use column ID as argument to unsetMatchColumncachedrowsetimpl.numrows = Number of rows is less than zero or less than fetch sizecachedrowsetimpl.startpos = Start position cannot be negativecachedrowsetimpl.nextpage = Populate data before calling cachedrowsetimpl.pagesize = Page size cannot be less than zerocachedrowsetimpl.pagesize1 = Page size cannot be greater than maxRowscachedrowsetimpl.fwdonly = ResultSet is forward onlycachedrowsetimpl.type = Type is : {0}cachedrowsetimpl.opnotysupp = Operation not yet supportedcachedrowsetimpl.featnotsupp = Feature not supported# WebRowSetImpl exceptionswebrowsetimpl.nullhash = Cannot instantiate WebRowSetImpl instance. Null Hashtable supplied to constructorwebrowsetimpl.invalidwr = Invalid writerwebrowsetimpl.invalidrd = Invalid reader#FilteredRowSetImpl exceptionsfilteredrowsetimpl.relative = relative : Invalid cursor operation filteredrowsetimpl.absolute = absolute : Invalid cursor operationfilteredrowsetimpl.notallowed = This value is not allowed through the filter#JoinRowSetImpl exceptionsjoinrowsetimpl.notinstance = Not an instance of rowsetjoinrowsetimpl.matchnotset = Match Column not set for joinjoinrowsetimpl.numnotequal = Number of elements in rowset not equal to match columnjoinrowsetimpl.notdefined = This is not a defined type of joinjoinrowsetimpl.notsupported = This type of join is not supportedjoinrowsetimpl.initerror = JoinRowSet initialization errorjoinrowsetimpl.genericerr = Genric joinrowset intial errorjoinrowsetimpl.emptyrowset = Empty rowset cannot be added to this JoinRowSet#JdbcRowSetImpl exceptionsjdbcrowsetimpl.invalstate = Invalid statejdbcrowsetimpl.connect = JdbcRowSet (connect) JNDI unable to connectjdbcrowsetimpl.paramtype = Unable to deduce param typejdbcrowsetimpl.matchcols = Match Columns are not the same as those setjdbcrowsetimpl.setmatchcols = Set the match columns before getting themjdbcrowsetimpl.matchcols1 = Match columns should be greater than 0jdbcrowsetimpl.matchcols2 = Match columns cannot be null or empty stringjdbcrowsetimpl.unsetmatch = Columns being unset are not the same as those setjdbcrowsetimpl.usecolname = Use column name as argument to unsetMatchColumnjdbcrowsetimpl.usecolid = Use column ID as argument to unsetMatchColumnjdbcrowsetimpl.resnotupd = ResultSet is not updatablejdbcrowsetimpl.opnotysupp = Operation not yet supportedjdbcrowsetimpl.featnotsupp = Feature not supported#CachedRowSetReader exceptionscrsreader.connect = (JNDI) Unable to connectcrsreader.paramtype = Unable to deduce param typecrsreader.connecterr = Internal Error in RowSetReader: no connection or commandcrsreader.datedetected = Detected a Datecrsreader.caldetected = Detected a Calendar#CachedRowSetWriter exceptionscrswriter.connect = Unable to get connectioncrswriter.tname = writeData cannot determine table namecrswriter.params1 = Value of params1 : {0} crswriter.params2 = Value of params2 : {0} crswriter.conflictsno = conflicts while synchronizing #InsertRow exceptionsinsertrow.novalue = No value has been inserted#SyncResolverImpl exceptionssyncrsimpl.indexval = Index value out of range syncrsimpl.noconflict = This column not in conflictsyncrsimpl.syncnotpos = Synchronization is not possiblesyncrsimpl.valtores = Value to be resolved can either be in the database or in cachedrowset#WebRowSetXmlReader exceptionwrsxmlreader.invalidcp = End of RowSet reached. Invalid cursor positionwrsxmlreader.readxml = readXML : {0}wrsxmlreader.parseerr = ** Parsing Error : {0} , line : {1} , uri : {2}#WebRowSetXmlWriter exceptionswrsxmlwriter.ioex = IOException : {0}wrsxmlwriter.sqlex = SQLException : {0}wrsxmlwriter.failedwrite = Failed to write valuewsrxmlwriter.notproper = Not a proper type#XmlReaderContentHandler exceptionsxmlrch.errmap = Error setting Map : {0}xmlrch.errmetadata = Error setting metadata : {0}xmlrch.errinsertval = Error inserting values : {0}xmlrch.errconstr = Error constructing row : {0}xmlrch.errdel = Error deleting row : {0}xmlrch.errinsert = Error constructing insert row : {0}xmlrch.errinsdel = Error constructing insdel row : {0}xmlrch.errupdate = Error constructing update row : {0}xmlrch.errupdrow = Error updating row : {0}xmlrch.chars = characters :xmlrch.badvalue = Bad value ; non-nullable propertyxmlrch.badvalue1 = Bad value ; non-nullable metadataxmlrch.warning = ** Warning : {0} , line : {1} , uri : {2}#RIOptimisticProvider Exceptionsriop.locking = Locking classification is not supported#RIXMLProvider exceptionsrixml.unsupp = Unsupported with RIXMLProvider