javax.resource
Class ResourceException
Exception
javax.resource.ResourceException
public class ResourceException
extends Exception
ResourceException
public ResourceException()
ResourceException
public ResourceException(String message)
ResourceException
public ResourceException(String message,
String errorCode)
ResourceException
public ResourceException(String message,
Throwable cause)
ResourceException
public ResourceException(Throwable cause)
getErrorCode
public String getErrorCode()
getLinkedException
public Exception getLinkedException()
setErrorCode
public void setErrorCode(String errorCode)
setLinkedException
public void setLinkedException(Exception ex)
toString
public String toString()