J-Integra® Espresso Programming Documentation (API)

TRANSACTION_UNAVAILABLE Constructors

 TRANSACTION_UNAVAILABLE();

Constructs a TRANSACTION_UNAVAILABLE exception with a default minor code of 0 and a completion state of COMPLETED_NO.

Parameters

none

 TRANSACTION_UNAVAILABLE( string msg );

Constructs a TRANSACTION_UNAVAILABLE exception with the specified detail message, a minor code of 0 and a completion state of COMPLETED_NO.

Parameters

msg
a string containing a detail message.

 TRANSACTION_UNAVAILABLE( int minor, CompletionStatus completed );

Constructs a TRANSACTION_UNAVAILABLE exception with the specified minor code and completion status.

Parameters

minor
the minor code.
completed
an instance of CompletionStatus indicating the completion status.

 TRANSACTION_UNAVAILABLE( string msg, int minor, CompletionStatus completed );

Constructs a TRANSACTION_UNAVAILABLE exception with the specified detail message, minor code, and completion status.

Parameters

msg
a string containing a detail message.
minor
the minor code.
completed
an instance of CompletionStatus indicating the completion status.

See Also

TRANSACTION_UNAVAILABLE Class | TRANSACTION_UNAVAILABLE Members | Ics Namespace