org.endurox.exceptions.AtmiException Class Reference

List of all members.

Public Member Functions

TypedBuffer getReplyBuffer ()
 AtmiException (int tperrno, String msg)
 AtmiException (int tperrno, String msg, Throwable throwable)
int getErrorCode ()

Static Public Member Functions

static AtmiException create (int tperrno, String msg)

Package Attributes

TypedBuffer data
int errorCode

Detailed Description

ATMI Base exception


Constructor & Destructor Documentation

org.endurox.exceptions.AtmiException.AtmiException ( int  tperrno,
String  msg 
)

Create ATMI Exception

Parameters:
tperrno tp error code
msg error message
org.endurox.exceptions.AtmiException.AtmiException ( int  tperrno,
String  msg,
Throwable  throwable 
)

ATMI Exception, with embedded error

Parameters:
tperrno 
s 
throwable 

Member Function Documentation

static AtmiException org.endurox.exceptions.AtmiException.create ( int  tperrno,
String  msg 
) [static]

Create exception (exact instance)

Parameters:
tperrno error code
msg error message
Returns:
int org.endurox.exceptions.AtmiException.getErrorCode (  ) 

return error code

Returns:
TypedBuffer org.endurox.exceptions.AtmiException.getReplyBuffer (  ) 

Get the reply buffer (if any)

Returns:
return reply buffer from tpcall

Member Data Documentation

reference to typed buffer (if any, can be set for tpcall results)

Error code

 All Classes Namespaces Files Functions Variables

Generated on 29 Jan 2022 for endurox-java by  doxygen 1.6.1