RTI Routing Service  Version 5.3.0
 All Classes Files Functions Variables Groups
AdapterException Class Reference

Adapter exception. More...

Inherits Exception.

Public Member Functions

 AdapterException (int nativeCode, String message)
 Creates an AdapterException with a native error code and a message.
 
 AdapterException (int nativeCode, String message, Throwable cause)
 Creates an AdapterException with a native error, message and cause.
 
 AdapterException (int nativeCode, Throwable cause)
 Creates an AdapterException with a native error, and cause.
 
int getNativeCode ()
 Gets the native error code.
 

Detailed Description

Adapter exception.

Signals that an error has occurred in some of the adapter APIs.

Constructor & Destructor Documentation

AdapterException ( int  nativeCode,
String  message 
)

Creates an AdapterException with a native error code and a message.

Parameters
nativeCode<<in>> The native error code.
message<<in>> The error message.
AdapterException ( int  nativeCode,
String  message,
Throwable  cause 
)

Creates an AdapterException with a native error, message and cause.

Parameters
nativeCode<<in>> The native error code.
message<<in>> The error message.
cause<<in>> The cause.
AdapterException ( int  nativeCode,
Throwable  cause 
)

Creates an AdapterException with a native error, and cause.

Parameters
nativeCode<<in>> The native error code.
cause<<in>> The cause.

Member Function Documentation

int getNativeCode ( )

Gets the native error code.

Returns
Native error code.

RTI Routing Service Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc