See: Description
Class | Description |
---|---|
ErrorLoggingLevel |
Determines whether an exception is to be logged.
|
ErrorRecord |
Represents a single exception that has occurred on the server.
|
ErrorStack |
Contains a collection of
ErrorRecord instances returned by the server. |
ExceptionCode |
Enumerates unchecked exception messages.
|
Exception | Description |
---|---|
EngineRuntimeException |
Used for all unchecked exceptions.
|
ExceptionCode
class. All unchecked exceptions are EngineRuntimeException
instances, and
return an ExceptionCode
object. The ErrorRecord
and ErrorStack
classes
support exception chain handling.© Copyright IBM Corporation 2006, 2015. All rights reserved.