org.endurox.exceptions.UbfException Class Reference

List of all members.

Public Member Functions

 UbfException (int tperrno, String msg)
 UbfException (int tperrno, String msg, Throwable throwable)
int getErrorCode ()

Static Public Member Functions

static UbfException create (int tperrno, String msg)

Detailed Description

ATMI Base exception


Constructor & Destructor Documentation

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

Create ATMI Exception

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

ATMI Exception, with embedded error

Parameters:
tperrno error number
msg error message
throwable 

Member Function Documentation

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

Create exception (exact instance)

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

return error code

Returns:
UBF error code (see BE* error codes)
 All Classes Namespaces Files Functions Variables

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