javax.resource.spi

Class ResourceAdapterInternalException


public class ResourceAdapterInternalException
extends ResourceException

Constructor Summary

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

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

ResourceAdapterInternalException

public ResourceAdapterInternalException()

ResourceAdapterInternalException

public ResourceAdapterInternalException(String message)

ResourceAdapterInternalException

public ResourceAdapterInternalException(String message,
                                        String errorCode)

ResourceAdapterInternalException

public ResourceAdapterInternalException(String message,
                                        Throwable cause)

ResourceAdapterInternalException

public ResourceAdapterInternalException(Throwable cause)