|
Exception |
Reason |
Action |
|---|---|---|
|
7000 |
An illegal operation occurred. This is the most general and worst type of error. |
None. Contact your Web Server Administrator. |
|
7001 - ClassNotFoundException |
Server CLASSPATH is improperly configured or the class does not exist. |
|
|
7002 - IOException. |
I/O operation either failed or was interrupted. |
Verify the operation target. |
|
7003 - IllegalAccessException |
The current executing method does not have access to the definition of the specified class because the class is not public or in another package. |
Verify the packaging of the Web Generation classes. |
|
7004 - InvocationTargetException |
The method for the specified class either does not exist or is inaccessible. |
Verify the application class. |
|
7005 - InstantiationException |
Specified class is either abstract or is an interface and must be concrete before use. |
Verify the application class. |
|
7006 - FileNotFoundException |
The file either does not exist or is inaccessible (that is read only when trying to write). |
|
|
7007 - NoSuchMethodException |
The method does not exist. |
Verify the application class. |
|
7008 - UnknownHostException |
The host and the IP Address could not be resolved. |
Contact your network administrator. |
|
7010 - unable to get an instance of the class |
See 7001. |
See 7001. |
|
Copyright © 2013 CA.
All rights reserved.
|
|