Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
Modifier and Type | Method and Description |
---|---|
static SolclientErrorInfo |
Solclient.getLastErrorInfo()
Returns a SolclientErrorInfo instance, which contains the last captured
error information for the calling thread.
|
SolclientErrorInfo |
SolclientException.getSolclientErrorInfo()
Returns the available
SolclientErrorInfo when the exception was
raised. |
Constructor and Description |
---|
SolclientException(SolclientErrorInfo errorInfo,
int returnCode)
Constructs the exception having a message based on the details of
SolclientErrorInfo and the
SolEnum.ReturnCode |
SolclientException(java.lang.String message,
SolclientErrorInfo errorInfo,
int returnCode)
Constructs the exception based on the message parameter with appended
details of
SolclientErrorInfo and the
SolEnum.ReturnCode |
Copyright 2004-2024 Solace Corporation. All rights reserved.