Package com.filenet.rm.bds.exception
This package contains the classes that implement the exception construct that is generated by the Bulk Declaration Service API.
See:
Class Summary
Class | Description |
---|---|
Diagnostic | This class represents the Diagnostic portion of the transport error/exception reporting mechanism. |
ErrorCode | ErrorCode is an enumerated constant object class that defines
the allowed error codes reported by the BDSException class. |
ErrorFrame | This class represents the error frame portion of the transport error/exception reporting mechanism. |
ErrorStack | This class represents the error stack portion of the transport error/exception reporting mechanism. |
Exception Summary
Exception | Description |
---|---|
BDSException | BDSException is the main exception thrown by the public BDS API entry points. |