An operation is invalid because of limitations of this particular platform.
For example, an attempt to create an IccJournal object
would fail under CICS for OS/2 because there are no CICS journal services
on this server.
A platformError exception can occur at 3 levels:
- An object is not supported on this platform.
- An object is supported on this platform, but a particular method is not.
- A method is supported on this platform, but a particular positional parameter
is not.
See Platform differences for more details.