javax.resource.spi

Class ApplicationServerInternalException


public class ApplicationServerInternalException
extends ResourceException

Constructor Summary

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

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

ApplicationServerInternalException

public ApplicationServerInternalException()

ApplicationServerInternalException

public ApplicationServerInternalException(String message)

ApplicationServerInternalException

public ApplicationServerInternalException(String message,
                                          String errorCode)

ApplicationServerInternalException

public ApplicationServerInternalException(String message,
                                          Throwable cause)

ApplicationServerInternalException

public ApplicationServerInternalException(Throwable cause)