org.endurox.exceptions.NstdException Class Reference

List of all members.

Public Member Functions

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

Static Public Member Functions

static NstdException create (int tperrno, String msg)

Detailed Description

ATMI Base exception


Constructor & Destructor Documentation

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

Create ATMI Exception

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

ATMI Exception, with embedded error

Parameters:
tperrno error number
msg error message
throwable 

Member Function Documentation

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

Create exception (exact instance)

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

return error code

Returns:
 All Classes Namespaces Files Functions Variables

Generated on 29 Aug 2020 for endurox-java by  doxygen 1.6.1