IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.websphere.sib.exception

Exception Summary
SIResourceExceptionSIResourceException thrown by the SIBus when an operation is unable to complete due to a resource error, such as lose of connection to a database or system.
SINotSupportedExceptionSINotSupportedException is thrown by the SIBus when the operation being attempted is not supported by the SIBus product installation being used.
SINotPossibleInCurrentStateExceptionA subclass of SINotPossibleInCurrentStateException is thrown by the SIBus when the operation being attempted is not compatible with the current runtime state of the system.
SINotPossibleInCurrentConfigurationExceptionSINotPossibleInCurrentConfigurationException is thrown by the SIBus when the operation being attempted can not be performed because the current runtime configuration does not permit it.
SIMessageParseExceptionSIMessageParseException is used when the system needs to throw an unchecked exception to indicate a parse failure.
SIMessageExceptionSIMessageException is thrown when there is a condition which prevents an SIMessage from being created, encoded or parsed.
SIMessageDomainNotSupportedExceptionSIMessageDomainNotSupportedException is thrown by the SIBus when an application attempts to use a message domain not supported by the current SIBus product installation.
SIMessageCloneFailedExceptionSIMessageCloneFailedException is thrown if a the SIMessage clone was unsuccessful for any reason.
SIInvalidParameterExceptionA subclass of SIInvalidParameterException is thrown by the SIBus when a parameter to a method is not valid, and the validation rules are non-trivial.
SIIncorrectCallExceptionThis checked exception is thrown whenever a method call is not incorrect.
SIExceptionSIException is the superclass of all SIBus Exceptions.
SIErrorExceptionSIErrorException is thrown by the SIBus when a condition occurs which should never happen.
SIDataGraphSchemaNotFoundExceptionSIDataGraphSchemaNotFoundException is thrown by the SIBus if a schema needed in order to parse a message into a DataGraph can not be found.
SIDataGraphFormatMismatchExceptionSIDataGraphFormatMismatchException is thrown when an attempt is made to interpret a message payload in a format into which can the data can not be translated.
SIDataGraphExceptionSIDataGraphException is thrown when there is a condition which prevents an SDO DataGraph from being created by the SIDataGraphFactory.



IBM WebSphere Application ServerTM
Release 6