javax.resource.spi

Class UnavailableException


public class UnavailableException
extends ResourceException

Constructor Summary

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

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

UnavailableException

public UnavailableException()

UnavailableException

public UnavailableException(String message)

UnavailableException

public UnavailableException(String message,
                            String errorCode)

UnavailableException

public UnavailableException(String message,
                            Throwable cause)

UnavailableException

public UnavailableException(Throwable cause)