1#
2# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26# CacheRowSetImpl exceptions
27cachedrowsetimpl.populate = Invalid ResultSet object supplied to populate method
28cachedrowsetimpl.invalidp = Invalid persistence provider generated
29cachedrowsetimpl.nullhash = Cannot instantiate CachedRowSetImpl instance. Null Hashtable supplied to constructor
30cachedrowsetimpl.invalidop = Invalid operation while on insert row
31cachedrowsetimpl.accfailed = acceptChanges Failed
32cachedrowsetimpl.invalidcp = Invalid cursor position
33cachedrowsetimpl.illegalop = Illegal operation on non-inserted row
34cachedrowsetimpl.clonefail = Clone failed: {0}
35cachedrowsetimpl.invalidcol = Invalid column index
36cachedrowsetimpl.invalcolnm = Invalid column name
37cachedrowsetimpl.boolfail = getBoolen Failed on value ( {0} ) in column {1}
38cachedrowsetimpl.bytefail = getByte Failed on value ( {0} ) in column {1}
39cachedrowsetimpl.shortfail = getShort Failed on value ( {0} ) in column {1}
40cachedrowsetimpl.intfail = getInt Failed on value ( {0} ) in column {1}
41cachedrowsetimpl.longfail = getLong Failed on value ( {0} ) in column {1}
42cachedrowsetimpl.floatfail = getFloat failed on value ( {0} ) in column {1}
43cachedrowsetimpl.doublefail = getDouble failed on value ( {0} ) in column {1}
44cachedrowsetimpl.dtypemismt = Data Type Mismatch 
45cachedrowsetimpl.datefail = getDate Failed on value ( {0} ) in column {1} no conversion available
46cachedrowsetimpl.timefail = getTime failed on value ( {0} ) in column {1} no conversion available
47cachedrowsetimpl.posupdate = Positioned updates not supported
48cachedrowsetimpl.unableins = Unable to instantiate : {0}
49cachedrowsetimpl.beforefirst = beforeFirst : Invalid cursor operation
50cachedrowsetimpl.first = First : Invalid cursor operation
51cachedrowsetimpl.last = last : TYPE_FORWARD_ONLY
52cachedrowsetimpl.absolute = absolute : Invalid cursor position
53cachedrowsetimpl.relative = relative : Invalid cursor position
54cachedrowsetimpl.asciistream = read failed for ascii stream
55cachedrowsetimpl.binstream = read failed on binary stream
56cachedrowsetimpl.failedins = Failed on insert row
57cachedrowsetimpl.updateins = updateRow called while on insert row
58cachedrowsetimpl.movetoins = moveToInsertRow : CONCUR_READ_ONLY
59cachedrowsetimpl.movetoins1 = moveToInsertRow : no meta data
60cachedrowsetimpl.movetoins2 = moveToInsertRow : invalid number of columns
61cachedrowsetimpl.tablename = Table name cannot be null
62cachedrowsetimpl.keycols = Invalid key columns
63cachedrowsetimpl.invalidcol = Invalid column index
64cachedrowsetimpl.opnotsupp = Operation not supported by Database
65cachedrowsetimpl.matchcols = Match columns are not the same as those set
66cachedrowsetimpl.setmatchcols = Set Match columns before getting them
67cachedrowsetimpl.matchcols1 = Match columns should be greater than 0
68cachedrowsetimpl.matchcols2 = Match columns should be empty or null string
69cachedrowsetimpl.unsetmatch = Columns being unset are not the same as set
70cachedrowsetimpl.unsetmatch1 = Use column name as argument to unsetMatchColumn
71cachedrowsetimpl.unsetmatch2 = Use column ID as argument to unsetMatchColumn
72cachedrowsetimpl.numrows = Number of rows is less than zero or less than fetch size
73cachedrowsetimpl.startpos = Start position cannot be negative
74cachedrowsetimpl.nextpage = Populate data before calling 
75cachedrowsetimpl.pagesize = Page size cannot be less than zero
76cachedrowsetimpl.pagesize1 = Page size cannot be greater than maxRows
77cachedrowsetimpl.fwdonly = ResultSet is forward only
78cachedrowsetimpl.type = Type is : {0}
79cachedrowsetimpl.opnotysupp = Operation not yet supported
80cachedrowsetimpl.featnotsupp = Feature not supported
81
82# WebRowSetImpl exceptions
83webrowsetimpl.nullhash = Cannot instantiate WebRowSetImpl instance. Null Hashtable supplied to constructor
84webrowsetimpl.invalidwr = Invalid writer
85webrowsetimpl.invalidrd = Invalid reader
86
87#FilteredRowSetImpl exceptions
88filteredrowsetimpl.relative = relative : Invalid cursor operation 
89filteredrowsetimpl.absolute = absolute : Invalid cursor operation
90filteredrowsetimpl.notallowed = This value is not allowed through the filter
91
92#JoinRowSetImpl exceptions
93joinrowsetimpl.notinstance = Not an instance of rowset
94joinrowsetimpl.matchnotset = Match Column not set for join
95joinrowsetimpl.numnotequal = Number of elements in rowset not equal to match column
96joinrowsetimpl.notdefined = This is not a defined type of join
97joinrowsetimpl.notsupported = This type of join is not supported
98joinrowsetimpl.initerror = JoinRowSet initialization error
99joinrowsetimpl.genericerr = Genric joinrowset intial error
100joinrowsetimpl.emptyrowset = Empty rowset cannot be added to this JoinRowSet
101
102#JdbcRowSetImpl exceptions
103jdbcrowsetimpl.invalstate = Invalid state
104jdbcrowsetimpl.connect = JdbcRowSet (connect) JNDI unable to connect
105jdbcrowsetimpl.paramtype = Unable to deduce param type
106jdbcrowsetimpl.matchcols = Match Columns are not the same as those set
107jdbcrowsetimpl.setmatchcols = Set the match columns before getting them
108jdbcrowsetimpl.matchcols1 = Match columns should be greater than 0
109jdbcrowsetimpl.matchcols2 = Match columns cannot be null or empty string
110jdbcrowsetimpl.unsetmatch = Columns being unset are not the same as those set
111jdbcrowsetimpl.usecolname = Use column name as argument to unsetMatchColumn
112jdbcrowsetimpl.usecolid = Use column ID as argument to unsetMatchColumn
113jdbcrowsetimpl.resnotupd = ResultSet is not updatable
114jdbcrowsetimpl.opnotysupp = Operation not yet supported
115jdbcrowsetimpl.featnotsupp = Feature not supported
116
117#CachedRowSetReader exceptions
118crsreader.connect = (JNDI) Unable to connect
119crsreader.paramtype = Unable to deduce param type
120crsreader.connecterr = Internal Error in RowSetReader: no connection or command
121crsreader.datedetected = Detected a Date
122crsreader.caldetected = Detected a Calendar
123
124#CachedRowSetWriter exceptions
125crswriter.connect = Unable to get connection
126crswriter.tname = writeData cannot determine table name
127crswriter.params1 = Value of params1 : {0} 
128crswriter.params2 = Value of params2 : {0} 
129crswriter.conflictsno =  conflicts while synchronizing 
130
131#InsertRow exceptions
132insertrow.novalue = No value has been inserted
133
134#SyncResolverImpl exceptions
135syncrsimpl.indexval = Index value out of range  
136syncrsimpl.noconflict = This column not in conflict
137syncrsimpl.syncnotpos = Synchronization is not possible
138syncrsimpl.valtores = Value to be resolved can either be in the database or in cachedrowset
139
140#WebRowSetXmlReader exception
141wrsxmlreader.invalidcp = End of RowSet reached. Invalid cursor position
142wrsxmlreader.readxml = readXML : {0}
143wrsxmlreader.parseerr = ** Parsing Error : {0} , line : {1} , uri : {2}
144
145#WebRowSetXmlWriter exceptions
146wrsxmlwriter.ioex = IOException : {0}
147wrsxmlwriter.sqlex = SQLException : {0}
148wrsxmlwriter.failedwrite = Failed to write value
149wsrxmlwriter.notproper = Not a proper type
150
151#XmlReaderContentHandler exceptions
152xmlrch.errmap = Error setting Map : {0}
153xmlrch.errmetadata = Error setting metadata : {0}
154xmlrch.errinsertval = Error inserting values : {0}
155xmlrch.errconstr = Error constructing row : {0}
156xmlrch.errdel = Error deleting row : {0}
157xmlrch.errinsert = Error constructing insert row : {0}
158xmlrch.errinsdel = Error constructing insdel row : {0}
159xmlrch.errupdate = Error constructing update row : {0}
160xmlrch.errupdrow = Error updating row : {0}
161xmlrch.chars = characters :
162xmlrch.badvalue = Bad value ; non-nullable property
163xmlrch.badvalue1 = Bad value ; non-nullable metadata
164xmlrch.warning =  ** Warning : {0} , line : {1} , uri : {2}
165
166#RIOptimisticProvider Exceptions
167riop.locking = Locking classification is not supported
168
169#RIXMLProvider exceptions
170rixml.unsupp = Unsupported with RIXMLProvider
171