Uses of Class
jakarta.resource.cci.ResourceWarning
-
Packages that use ResourceWarning Package Description jakarta.resource.cci The jakarta.resource.cci package contains API specification for the Common Client Interface (CCI). -
-
Uses of ResourceWarning in jakarta.resource.cci
Methods in jakarta.resource.cci that return ResourceWarning Modifier and Type Method Description ResourceWarning
ResourceWarning. getLinkedWarning()
Deprecated.Java™ release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown.ResourceWarning
Interaction. getWarnings()
Gets the first ResourceWarning from the chain of warnings associated with this Interaction instance.Methods in jakarta.resource.cci with parameters of type ResourceWarning Modifier and Type Method Description void
ResourceWarning. setLinkedWarning(ResourceWarning warning)
Deprecated.J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown.
-