Java javax.resource.spi.work WorkCompletedException fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.spi.work WorkCompletedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.spi.work WorkCompletedException.

The text is from its open source code.

Constructor

WorkCompletedException(String message, Throwable cause)
Constructs a new throwable with the specified detail message and cause.
WorkCompletedException(String message, String errorCode)
Constructs a new throwable with the specified detail message and an error code.

Method

voidsetErrorCode(String errorCode)
Set the error code.