javax.resource.spi

Class ResourceAllocationException


public class ResourceAllocationException
extends ResourceException

Constructor Summary

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

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

ResourceAllocationException

public ResourceAllocationException()

ResourceAllocationException

public ResourceAllocationException(String message)

ResourceAllocationException

public ResourceAllocationException(String message,
                                   String errorCode)

ResourceAllocationException

public ResourceAllocationException(String message,
                                   Throwable cause)

ResourceAllocationException

public ResourceAllocationException(Throwable cause)