IP*Works! V9

ipworks
Class IPWorksException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ipworks.IPWorksException
All Implemented Interfaces:
java.io.Serializable

public class IPWorksException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IPWorksException()
           
 
Method Summary
 int getCode()
          Returns the error code corresponding to the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPWorksException

public IPWorksException()
Method Detail

getCode

public int getCode()
Returns the error code corresponding to the exception. The error codes are listed below. (To get the corresponding text description at runtime, call the getMessage() method).

ATOM Errors

304
Cannot write to file.
305
Cannot read from file.
501
Invalid property name.

HTTP Errors

118
Firewall Error. Error description contains detailed message.
143
Busy executing current method.
151
HTTP protocol error. The error message has the server response.
152
No server specified in URL
153
Specified URLScheme is invalid.
155
Range operation is not supported by server.
156
Invalid cookie index (out of range).
301
Interrupted.
302
Can't open AttachedFile .

IPPort Errors

100
You cannot change the RemotePort at this time. A connection is in progress.
101
You cannot change the RemoteHost (Server) at this time. A connection is in progress.
102
The RemoteHost address is invalid (0.0.0.0).
104
Already connected. If you want to reconnect, close the current connection first.
106
You cannot change the LocalPort at this time. A connection is in progress.
107
You cannot change the LocalHost at this time. A connection is in progress.
112
You cannot change MaxLineLength at this time. A connection is in progress.
116
RemotePort cannot be zero. Please specify a valid service port number.
117
Cannot change UseConnection option while the bean is Active.
135
Operation would block.
201
Timeout.
211
Action impossible in control's present state.
212
Action impossible while connected.
213
Action impossible while listening.
303
Could not open file.
443
Unable to convert string to selected CodePage
1105
Already connecting. If you want to reconnect, close the current connection first.
1117
You need to connect first.
1119
You cannot change the LocalHost at this time. A connection is in progress.
1120
Connection dropped by remote host.

TCP/IP Errors

10004
[10004] Interrupted system call.
10009
[10009] Bad file number.
10013
[10013] Access denied.
10014
[10014] Bad address.
10022
[10022] Invalid argument.
10024
[10024] Too many open files.
10035
[10035] Operation would block.
10036
[10036] Operation now in progress.
10037
[10037] Operation already in progress.
10038
[10038] Socket operation on non-socket.
10039
[10039] Destination address required.
10040
[10040] Message too long.
10041
[10041] Protocol wrong type for socket.
10042
[10042] Bad protocol option.
10043
[10043] Protocol not supported.
10044
[10044] Socket type not supported.
10045
[10045] Operation not supported on socket.
10046
[10046] Protocol family not supported.
10047
[10047] Address family not supported by protocol family.
10048
[10048] Address already in use.
10049
[10049] Can't assign requested address.
10050
[10050] Network is down.
10051
[10051] Network is unreachable.
10052
[10052] Net dropped connection or reset.
10053
[10053] Software caused connection abort.
10054
[10054] Connection reset by peer.
10055
[10055] No buffer space available.
10056
[10056] Socket is already connected.
10057
[10057] Socket is not connected.
10058
[10058] Can't send after socket shutdown.
10059
[10059] Too many references, can't splice.
10060
[10060] Connection timed out.
10061
[10061] Connection refused.
10062
[10062] Too many levels of symbolic links.
10063
[10063] File name too long.
10064
[10064] Host is down.
10065
[10065] No route to host.
10066
[10066] Directory not empty
10067
[10067] Too many processes.
10068
[10068] Too many users.
10069
[10069] Disc Quota Exceeded.
10070
[10070] Stale NFS file handle.
10071
[10071] Too many levels of remote in path.
10091
[10091] Network subsystem is unavailable.
10092
[10092] WINSOCK DLL Version out of range.
10093
[10093] Winsock not loaded yet.
11001
[11001] Host not found.
11002
[11002] Non-authoritative 'Host not found' (try again or check DNS setup).
11003
[11003] Non-recoverable errors: FORMERR, REFUSED, NOTIMP.
11004
[11004] Valid name, no data record (check DNS setup).

XMLp Errors

101
Invalid attribute index.
102
No attributes available.
103
Invalid namespace index.
104
No namespaces available.
105
Invalid element index.
106
No elements available.
107
Attribute does not exist.
201
Unbalanced element tag.
202
Unknown element prefix (can't find namespace).
203
Unknown attribute prefix (can't find namespace).
204
Invalid XML markup.
205
Invalid end state for parser.
206
Document contains unbalanced elements.
207
Invalid XPath .
208
No such child.
209
Top element does not match start of path.
210
DOM tree unavailable (set BuildDOM to true and reparse).
302
Can't open file.

CalDAV Errors

222
Property set with an improper enumeration value.
234
Missing required field.
432
Invalid array property index.
471
Server error. Description contains detailed information.
476
No lock tokens.
700
Bad response received from CalDAV server. Unable to parse.
701
The CalDAV server returned and empty calendar.
702
When creating an event containing alarms, each alarm in the event requires a Trigger.
703
Both Alarm Duration and Repeat must be specified, or neither should be specified.
704
The bean was unable to complete the requested action because a required property has not been set.

DNS Errors

220
Invalid record index.
221
Invalid field index for record type.
222
Invalid record source.
223
Unknown record type.
224
Could not determine DNS Server address.
225
Could not parse address.

UDPPort Errors

104
UDPPort is already Active .
106
You cannot change the LocalPort while the bean is Active .
107
You cannot change the LocalHost at this time. A connection is in progress.
109
The bean must be Active for this operation.
112
Cannot change MaxPacketSize while the bean is Active .
113
Cannot change ShareLocalPort option while the bean is Active .
114
Cannot change RemoteHost when UseConnection is set and the bean Active .
115
Cannot change RemotePort when UseConnection is set and the bean is Active .
116
RemotePort can't be zero when UseConnection is set. Please specify a valid service port number.
117
Cannot change UseConnection while the bean is Active .
118
Message can't be longer than MaxPacketSize .
119
Message too short.
443
Unable to convert string to selected CodePage

FileMailer Errors

169
Invalid attachment index (out of range).
170
Can't create temp file.

MIME Errors

3
Can't create the file for write (illegal name or disk is write-protected).
4
Can't open the file for read (doesn't exist?).
5
Can't read from file.
6
Can't write to file (disk full?).
280
Invalid Part Index.
281
Unknown MIME type.
282
No MIME-boundary found.
283
No file given.
284
The bean is busy.
285
Could not create a temporary file to decode the data.
286
Can't read Message file.
287
No header separator found.
289
No separator found.
290
Input stream must have seeking enabled.

SMTP Errors

118
Firewall Error. Error message contains detailed description.
161
SMTP protocol error. Description contains the server reply.
162
Error communicating with server. Error text is attached.
163
Please specify a MailServer .
164
Please specify a sender ( From ).
165
Please specify a recipient.
166
Busy executing current method.
301
Operation interrupted.
302
Can't open AttachedFile .

FTP Errors

118
Firewall error. Error description contains detailed information.
141
FTP protocol error. The error message contains the server reply.
142
Communication error. The error message contains the description.
143
Busy executing current method.
144
Local file error. Error description contains detailed information.
145
Can't open LocalFile for reading.
146
No RemoteFile specified while uploading.
147
Data interface error. Error description contains detailed information.
148
LocalFile already exists and Overwrite is False.
301
Operation interrupted.
302
Can't open local file.
311
Accept failed for data connection.
312
Asynchronous select failed for data connection.

HTMLMailer Errors

169
Invalid image index (out of range).
170
Invalid attachment index (out of range).

IMAP Errors

118
Firewall Error. Error message contains detailed description.
311
Protocol error.
312
Busy executing current method.
314
A Mailbox must be selected before calling this method.
315
Invalid argument. Please specify a valid MessageSet .
317
Unknown content encoding.
318
LocalFile already exists and Overwrite is False.

IPDaemon Errors

100
You cannot change the RemotePort at this time. A connection is in progress.
101
You cannot change the RemoteHost at this time. A connection is in progress.
102
The RemoteHost address is invalid (0.0.0.0).
104
IPDaemon is already listening.
106
Cannot change LocalPort when IPDaemon is Listening.
107
Cannot change LocalHost when IPDaemon is Listening.
108
Cannot change MaxConnections when IPDaemon is Listening.
112
You cannot change MaxLineLength at this time. A connection is in progress.
116
RemotePort cannot be zero. Please specify a valid service port number.
126
Invalid ConnectionId .
135
Operation would block.

IPInfo Errors

131
Request queue is full.
132
Message for unknown request.
134
Invalid address string.
310
Adapter information is unavailable.

JSON Errors

10231
Unbalanced element tag.
10232
Invalid JSON markup.
10233
Invalid XPath.
10234
DOM tree unavailable (set BuildDOM to true and reparse).

LDAP Errors

118
Firewall Error. Error message contains detailed description.
301
Index out of range.
331
Bad attribute index.
334
Busy executing current method.
335
Error in search filter.
336
Protocol error.

MCast Errors

104
MCast is already Active .
106
You cannot change the LocalPort while the bean is Active .
107
You cannot change the LocalHost at this time. A connection is in progress.
109
MCast must be Active for this operation.
112
Cannot change MaxPacketSize while the bean is Active .

MX Errors

290
No DNS server specified.
530
Busy performing current action.

NetClock Errors

119
Error setting system time.
301
Timeout while waiting for server.
305
An error occurred trying to change the system time.
1000
Control is busy performing current action.

NetCode Errors

1
Short uuencoded file.
2
The closing `end' was not found (uudecoded file may be too short).
3
Can't create the file for write (illegal name or disk is write-protected).
4
Can't open the file for read (doesn't exist?).
5
Can't read from file.
6
Can't write to file (disk full?).
7
Please supply a filename for uuencoded data.
8
File exists and Overwrite was set to False.
9
There's not enough space in output string.
10
The given filenames are insufficient to split all the encoded data.
11
Please supply a filename for the encoded data.
12
Encoded data can't be written in more than 100 files.
13
Couldn't write to file. Permission denied.
14
Couldn't write to file. Disk full.
15
Too many open files. No more file handles are available, so no more files can be opened.
16
The given filename doesn't exist.
17
There are no more files to read from or write to.
18
The starting 'begin' was not found. Is it uuencoded data?
19
The current format is not supported.
20
The specified stream does not support Available().
21
Format error when YDecoding.
22
No '=yend' found when YDecoding.
23
Escape character found at end of line when YDecoding.
24
CRC check failed when YDecoding (Corrupt data).
25
Output buffer length was not calculated.

NNTP Errors

118
Firewall Error. Error message contains detailed description.
181
NNTP protocol error. The error message contains the description.
182
Communication error. The error message contains the description.
183
No NewsServer specified.
184
Please specify a sender ( From ).
185
Please specify a subject ( Subject ).
186
Please specify at least a newsgroup to post to ( CurrentGroup or Newsgroups ).
187
Busy executing current method.
301
Operation interrupted.
302
Can't open local file.

OData Errors

601
The feed URL is required.

POP Errors

116
MailPort can't be zero. Please specify a valid service port number.
118
Firewall error. Error message contains detailed description.
171
POP protocol error. Description contains the server reply.
172
Error communicating with server. Error text is attached.
173
Please specify a valid MailServer .
174
Busy executing current method.

RCP Errors

305
Busy executing current method.
306
A valid local file is required for this operation.
307
A valid remote file is required for this operation.
309
Can't open local file.
310
Cannot write to local file.
311
RCP Protocol Error.
344
Cannot read from local file.
345
Invalid argument.

RShell Errors

118
Firewall Error. Error message contains detailed description.

RExec Errors

118
Firewall Error. Error message has detailed description.

WebForm Errors

159
Invalid form variable index (out of range).

RSS Errors

5
Can't read from file.
6
Can't write file.
228
Invalid Vector index.
229
Cannot allocate memory for Vector.
230
Invalid RSS version.
231
Array size cannot be negative.
232
Invalid array index.
233
Invalid property name.
234
Missing required field.
235
Invalid property value.

SMPP Errors

620
SMPP protocol error
621
You cannot change this property while connected
622
Server disconnected before responding
623
Field value out of range
624
Unsupported SMPP Version
625
Message parameter too long

SNPP Errors

118
Firewall Error. Error message contains detailed description.
321
Protocol error.
322
Error communicating with server.
323
Busy executing the current method.
324
No recipient specified.

SOAP Errors

169
Invalid param index (out of range).
170
Invalid namespace index (out of range).
171
Method not found. Please specify a valid Method .
172
No method URI. Please specify a valid MethodURI .
173
SOAP Fault. See FaultCode and/or FaultString for details.

SysLog Errors

451
Unable to acquire valid system time.

Telnet Errors

118
Firewall Error. Error message contains detailed description.
191
SubOption string too long. Truncated.
4001
Telnet protocol error (Invalid server response).

TFTP Errors

122
Packet too large.
123
Wrong response type from server.
124
Server error. Description contains detailed information.
125
Invalid server response.
126
A valid LocalFile must be provided for PUT operations.
127
Can't open local file.
128
Can't write to local file.
129
Can't read local file.
130
Busy performing the current transfer.
301
Timeout while waiting for server.
305
Server error.
306
Wrong or invalid response type received from server.
307
Invalid response from server.

WebDAV Errors

231
Array size cannot be negative.
232
Invalid array index.
233
Invalid property name.
234
Missing required field.
471
Server error. Description contains detailed information.
472
No such property.
473
Invalid property index.
474
Property failed. Description contains detailed information.
475
Invalid property operation.
476
No lock tokens.
477
PatchProperties cannot be performed when no property operations are specified.

WebUpload Errors

158
Invalid file index (out of range).
159
Invalid form variable index (out of range).
160
Can't create temp file.
221
File already exists, and Overwrite is False.
532
The bean is busy performing the current action.

Whois Errors

118
Firewall Error. Error message contains detailed description.
125
Can't find registrar server for domain. Please supply in the Server property.
301
Connection timed out.
531
The bean is busy performing the current action.

XMLw Errors

401
Invalid XML would be generated.
402
An invalid XML name has been specified.

XMPP Errors

202
Invalid argument.
432
Array index out of bounds.
600
XMPP protocol error (server returned an error code; description follows).
601
Server disconnected.
602
Cannot change this property while connected.
603
Invalid XML received from server.
604
Invalid response received from server.
605
Server indicates TLS is required.
606
User requested SSL, but server does not support it.
607
Cannot authenticate.
620
Error hashing password.


IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.