Serialized Form
-
Package com.softwareag.entirex.aci
-
Exception com.softwareag.entirex.aci.BrokerException
class BrokerException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
callInfo
String callInfo
info about this broker call. May benull
or empty. -
errorClass
int errorClass
the EntireX error class as defined in product documentation. -
errorClassString
String errorClassString
-
errorCode
int errorCode
the error code in this error class. -
errorCodeString
String errorCodeString
-
errorDetail
String errorDetail
The error detail is part of the error text. The prefix (usually 'Broker Error') and the error class and error code are stripped off. -
errorText
String errorText
the error message for the error code and class. -
params
String[] params
-
-
Class com.softwareag.entirex.aci.ConversationState
class ConversationState extends Object implements Serializable- serialVersionUID:
- -6736846114269261741L
-
Serialization Methods
-
readObject
Override the default deserialization method to restore time and convID from ticket.- Parameters:
in
- the stream to read the ticket from.- Throws:
IOException
- if the ticket is not readable.ClassNotFoundException
-
-
Serialized Fields
-
ticket
String ticket
-
-
Exception com.softwareag.entirex.aci.InvalidRPCMessageException
class InvalidRPCMessageException extends com.softwareag.entirex.aci.RPCMessageException implements Serializable- serialVersionUID:
- 1L
-
Exception com.softwareag.entirex.aci.RPCMessageException
class RPCMessageException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorMessage
String errorMessage
-
errorMessageDetail
String errorMessageDetail
-
naturalErrorObjectType
String naturalErrorObjectType
-
naturalErrorProgramName
String naturalErrorProgramName
-
naturalErrorStatus
String naturalErrorStatus
-
naturalErrorSubroutineLevel
String naturalErrorSubroutineLevel
-
naturalErrorText
String naturalErrorText
-
rpcProtocolError
int rpcProtocolError
-
rpcUserError
int rpcUserError
-
-
Exception com.softwareag.entirex.aci.ServerException
class ServerException extends BrokerException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
severity
int severity
-
-
Class com.softwareag.entirex.aci.TunnelServlet
class TunnelServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
brokerId
String brokerId
-
logEnabled
boolean logEnabled
-
-
-
Package com.softwareag.entirex.xml.rt
-
Exception com.softwareag.entirex.xml.rt.DeploymentException
class DeploymentException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.softwareag.entirex.xml.rt.XMLException
class XMLException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorClass
int errorClass
-
errorNumber
int errorNumber
-
errorText
String errorText
-
parameterList1
HashMap<String,
String> parameterList1 -
parameterList2
HashMap<String,
String> parameterList2 -
printStackTrace1
String printStackTrace1
-
printStackTrace2
String printStackTrace2
-
wrappedException
Exception wrappedException
-
-