Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.event |
Messaging API Event and Callback Interfaces
|
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
Class and Description |
---|
SolclientErrorInfo
This data structure holds detailed error information based on the underlying
API implementation and as relayed from the Appliance.
The last SolclientErrorInfo can be obtained from
Solclient.getLastErrorInfo() .When available the last SolclientErrorInfo accompanies a raised
SolclientException |
SolclientException
Represents a runtime exception that can be raised from the API.
It encapsulates the details that were available at the time the exception was raised: A message A SolEnum.ReturnCode
An optional SolclientErrorInfo
Note: The SolclientException object is allocated from the
heap and could cause garbage collection interruptions when it is no longer
referenced. |
Version
API version details.
|
Class and Description |
---|
SolclientException
Represents a runtime exception that can be raised from the API.
It encapsulates the details that were available at the time the exception was raised: A message A SolEnum.ReturnCode
An optional SolclientErrorInfo
Note: The SolclientException object is allocated from the
heap and could cause garbage collection interruptions when it is no longer
referenced. |
Class and Description |
---|
SolclientException
Represents a runtime exception that can be raised from the API.
It encapsulates the details that were available at the time the exception was raised: A message A SolEnum.ReturnCode
An optional SolclientErrorInfo
Note: The SolclientException object is allocated from the
heap and could cause garbage collection interruptions when it is no longer
referenced. |
Copyright 2004-2024 Solace Corporation. All rights reserved.