javax.resource.spi

Class EISSystemException


public class EISSystemException
extends ResourceException

Constructor Summary

EISSystemException()
EISSystemException(String message)
EISSystemException(String message, String errorCode)
EISSystemException(String message, Throwable cause)
EISSystemException(Throwable cause)

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

EISSystemException

public EISSystemException()

EISSystemException

public EISSystemException(String message)

EISSystemException

public EISSystemException(String message,
                          String errorCode)

EISSystemException

public EISSystemException(String message,
                          Throwable cause)

EISSystemException

public EISSystemException(Throwable cause)