Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1408 - Cannot create a persistent instance of this class

1408   Cannot create a persistent instance of this class

Cause

This error occurs if you attempt to create a persistent instance of a class that is not intended to be persistent. Classes such as File class and Iterator class cannot be persistent, so you cannot create persistent instances of them.

Action

Ensure that you do not attempt to create persistent instances of classes that are not persistent.