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