javax.resource.spi

Class CommException


public class CommException
extends ResourceException

Constructor Summary

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

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

CommException

public CommException()

CommException

public CommException(String message)

CommException

public CommException(String message,
                     String errorCode)

CommException

public CommException(String message,
                     Throwable cause)

CommException

public CommException(Throwable cause)