0N/A#
3162N/A# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/A# CacheRowSetImpl exceptions
0N/Acachedrowsetimpl.populate = Invalid ResultSet object supplied to populate method
0N/Acachedrowsetimpl.invalidp = Invalid persistence provider generated
0N/Acachedrowsetimpl.nullhash = Cannot instantiate CachedRowSetImpl instance. Null Hashtable supplied to constructor
0N/Acachedrowsetimpl.invalidop = Invalid operation while on insert row
0N/Acachedrowsetimpl.accfailed = acceptChanges Failed
0N/Acachedrowsetimpl.invalidcp = Invalid cursor position
0N/Acachedrowsetimpl.illegalop = Illegal operation on non-inserted row
0N/Acachedrowsetimpl.clonefail = Clone failed: {0}
0N/Acachedrowsetimpl.invalidcol = Invalid column index
0N/Acachedrowsetimpl.invalcolnm = Invalid column name
0N/Acachedrowsetimpl.boolfail = getBoolen Failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.bytefail = getByte Failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.shortfail = getShort Failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.intfail = getInt Failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.longfail = getLong Failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.floatfail = getFloat failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.doublefail = getDouble failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.dtypemismt = Data Type Mismatch
0N/Acachedrowsetimpl.datefail = getDate Failed on value ( {0} ) in column {1} no conversion available
0N/Acachedrowsetimpl.timefail = getTime failed on value ( {0} ) in column {1} no conversion available
0N/Acachedrowsetimpl.posupdate = Positioned updates not supported
0N/Acachedrowsetimpl.unableins = Unable to instantiate : {0}
0N/Acachedrowsetimpl.beforefirst = beforeFirst : Invalid cursor operation
0N/Acachedrowsetimpl.first = First : Invalid cursor operation
0N/Acachedrowsetimpl.last = last : TYPE_FORWARD_ONLY
0N/Acachedrowsetimpl.absolute = absolute : Invalid cursor position
0N/Acachedrowsetimpl.relative = relative : Invalid cursor position
0N/Acachedrowsetimpl.asciistream = read failed for ascii stream
0N/Acachedrowsetimpl.binstream = read failed on binary stream
0N/Acachedrowsetimpl.failedins = Failed on insert row
0N/Acachedrowsetimpl.updateins = updateRow called while on insert row
0N/Acachedrowsetimpl.movetoins = moveToInsertRow : CONCUR_READ_ONLY
0N/Acachedrowsetimpl.movetoins1 = moveToInsertRow : no meta data
0N/Acachedrowsetimpl.movetoins2 = moveToInsertRow : invalid number of columns
0N/Acachedrowsetimpl.tablename = Table name cannot be null
0N/Acachedrowsetimpl.keycols = Invalid key columns
0N/Acachedrowsetimpl.invalidcol = Invalid column index
0N/Acachedrowsetimpl.opnotsupp = Operation not supported by Database
0N/Acachedrowsetimpl.matchcols = Match columns are not the same as those set
0N/Acachedrowsetimpl.setmatchcols = Set Match columns before getting them
0N/Acachedrowsetimpl.matchcols1 = Match columns should be greater than 0
0N/Acachedrowsetimpl.matchcols2 = Match columns should be empty or null string
0N/Acachedrowsetimpl.unsetmatch = Columns being unset are not the same as set
0N/Acachedrowsetimpl.unsetmatch1 = Use column name as argument to unsetMatchColumn
0N/Acachedrowsetimpl.unsetmatch2 = Use column ID as argument to unsetMatchColumn
0N/Acachedrowsetimpl.numrows = Number of rows is less than zero or less than fetch size
0N/Acachedrowsetimpl.startpos = Start position cannot be negative
0N/Acachedrowsetimpl.nextpage = Populate data before calling
0N/Acachedrowsetimpl.pagesize = Page size cannot be less than zero
0N/Acachedrowsetimpl.pagesize1 = Page size cannot be greater than maxRows
0N/Acachedrowsetimpl.fwdonly = ResultSet is forward only
0N/Acachedrowsetimpl.type = Type is : {0}
0N/Acachedrowsetimpl.opnotysupp = Operation not yet supported
0N/Acachedrowsetimpl.featnotsupp = Feature not supported
0N/A
0N/A# WebRowSetImpl exceptions
0N/Awebrowsetimpl.nullhash = Cannot instantiate WebRowSetImpl instance. Null Hashtable supplied to constructor
0N/Awebrowsetimpl.invalidwr = Invalid writer
0N/Awebrowsetimpl.invalidrd = Invalid reader
0N/A
0N/A#FilteredRowSetImpl exceptions
0N/Afilteredrowsetimpl.relative = relative : Invalid cursor operation
0N/Afilteredrowsetimpl.absolute = absolute : Invalid cursor operation
0N/Afilteredrowsetimpl.notallowed = This value is not allowed through the filter
0N/A
0N/A#JoinRowSetImpl exceptions
0N/Ajoinrowsetimpl.notinstance = Not an instance of rowset
0N/Ajoinrowsetimpl.matchnotset = Match Column not set for join
0N/Ajoinrowsetimpl.numnotequal = Number of elements in rowset not equal to match column
0N/Ajoinrowsetimpl.notdefined = This is not a defined type of join
0N/Ajoinrowsetimpl.notsupported = This type of join is not supported
0N/Ajoinrowsetimpl.initerror = JoinRowSet initialization error
0N/Ajoinrowsetimpl.genericerr = Genric joinrowset intial error
0N/Ajoinrowsetimpl.emptyrowset = Empty rowset cannot be added to this JoinRowSet
0N/A
0N/A#JdbcRowSetImpl exceptions
0N/Ajdbcrowsetimpl.invalstate = Invalid state
0N/Ajdbcrowsetimpl.connect = JdbcRowSet (connect) JNDI unable to connect
0N/Ajdbcrowsetimpl.paramtype = Unable to deduce param type
0N/Ajdbcrowsetimpl.matchcols = Match Columns are not the same as those set
0N/Ajdbcrowsetimpl.setmatchcols = Set the match columns before getting them
0N/Ajdbcrowsetimpl.matchcols1 = Match columns should be greater than 0
0N/Ajdbcrowsetimpl.matchcols2 = Match columns cannot be null or empty string
0N/Ajdbcrowsetimpl.unsetmatch = Columns being unset are not the same as those set
0N/Ajdbcrowsetimpl.usecolname = Use column name as argument to unsetMatchColumn
0N/Ajdbcrowsetimpl.usecolid = Use column ID as argument to unsetMatchColumn
0N/Ajdbcrowsetimpl.resnotupd = ResultSet is not updatable
0N/Ajdbcrowsetimpl.opnotysupp = Operation not yet supported
0N/Ajdbcrowsetimpl.featnotsupp = Feature not supported
0N/A
0N/A#CachedRowSetReader exceptions
0N/Acrsreader.connect = (JNDI) Unable to connect
0N/Acrsreader.paramtype = Unable to deduce param type
0N/Acrsreader.connecterr = Internal Error in RowSetReader: no connection or command
0N/Acrsreader.datedetected = Detected a Date
0N/Acrsreader.caldetected = Detected a Calendar
0N/A
0N/A#CachedRowSetWriter exceptions
0N/Acrswriter.connect = Unable to get connection
0N/Acrswriter.tname = writeData cannot determine table name
0N/Acrswriter.params1 = Value of params1 : {0}
0N/Acrswriter.params2 = Value of params2 : {0}
0N/Acrswriter.conflictsno = conflicts while synchronizing
0N/A
0N/A#InsertRow exceptions
0N/Ainsertrow.novalue = No value has been inserted
0N/A
0N/A#SyncResolverImpl exceptions
0N/Asyncrsimpl.indexval = Index value out of range
0N/Asyncrsimpl.noconflict = This column not in conflict
0N/Asyncrsimpl.syncnotpos = Synchronization is not possible
0N/Asyncrsimpl.valtores = Value to be resolved can either be in the database or in cachedrowset
0N/A
0N/A#WebRowSetXmlReader exception
0N/Awrsxmlreader.invalidcp = End of RowSet reached. Invalid cursor position
0N/Awrsxmlreader.readxml = readXML : {0}
3156N/Awrsxmlreader.parseerr = ** Parsing Error : {0} , line : {1} , uri : {2}
0N/A
0N/A#WebRowSetXmlWriter exceptions
0N/Awrsxmlwriter.ioex = IOException : {0}
0N/Awrsxmlwriter.sqlex = SQLException : {0}
0N/Awrsxmlwriter.failedwrite = Failed to write value
0N/Awsrxmlwriter.notproper = Not a proper type
0N/A
0N/A#XmlReaderContentHandler exceptions
0N/Axmlrch.errmap = Error setting Map : {0}
0N/Axmlrch.errmetadata = Error setting metadata : {0}
3162N/Axmlrch.errinsertval = Error inserting values : {0}
0N/Axmlrch.errconstr = Error constructing row : {0}
0N/Axmlrch.errdel = Error deleting row : {0}
0N/Axmlrch.errinsert = Error constructing insert row : {0}
0N/Axmlrch.errinsdel = Error constructing insdel row : {0}
0N/Axmlrch.errupdate = Error constructing update row : {0}
0N/Axmlrch.errupdrow = Error updating row : {0}
0N/Axmlrch.chars = characters :
0N/Axmlrch.badvalue = Bad value ; non-nullable property
0N/Axmlrch.badvalue1 = Bad value ; non-nullable metadata
3156N/Axmlrch.warning = ** Warning : {0} , line : {1} , uri : {2}
0N/A
0N/A#RIOptimisticProvider Exceptions
0N/Ariop.locking = Locking classification is not supported
0N/A
0N/A#RIXMLProvider exceptions
0N/Arixml.unsupp = Unsupported with RIXMLProvider