API FinTP REST
 All Classes Namespaces Files Functions Variables
ro.allevo.fintpws.exceptions.ApplicationJsonException Class Reference

Class that holds the required response fields ( message, code ). More...

Inheritance diagram for ro.allevo.fintpws.exceptions.ApplicationJsonException:

Public Member Functions

 ApplicationJsonException ()
 
 ApplicationJsonException (Throwable cause, String message, int code)
 Constructor for ApplicationJsonException. More...
 

Static Public Member Functions

static void handleSQLException (RollbackException re, String errorContext, Logger logger)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Class that holds the required response fields ( message, code ).

Used by the custom exception mappers to fill the response body.

Constructor & Destructor Documentation

ro.allevo.fintpws.exceptions.ApplicationJsonException.ApplicationJsonException ( )
inline
ro.allevo.fintpws.exceptions.ApplicationJsonException.ApplicationJsonException ( Throwable  cause,
String  message,
int  code 
)
inline

Constructor for ApplicationJsonException.

Parameters
messageString
codeint

Member Function Documentation

static void ro.allevo.fintpws.exceptions.ApplicationJsonException.handleSQLException ( RollbackException  re,
String  errorContext,
Logger  logger 
)
inlinestatic

Member Data Documentation

final long ro.allevo.fintpws.exceptions.ApplicationJsonException.serialVersionUID = 1L
staticprivate

The documentation for this class was generated from the following file: