Searched defs:ResourceWarning (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DResourceWarning.java44 * A <code>ResourceWarning</code> provides information on warnings related to
50 public class ResourceWarning extends javax.resource.ResourceException { class in inherits:javax.resource.ResourceException
55 public ResourceWarning() { super(); } method in class:ResourceWarning
62 public ResourceWarning(String message) { method in class:ResourceWarning
72 public ResourceWarning(Throwable cause) { method in class:ResourceWarning
84 public ResourceWarning(String message, Throwable cause) { method in class:ResourceWarning
95 public ResourceWarning(String message, String errorCode) { method in class:ResourceWarning
100 * Retrieves the warning chained to this <code>ResourceWarning</code>
103 * @return next <code>ResourceWarning</code> in the chain; null if none.
111 public ResourceWarning getLinkedWarnin
[all...]

Completed in 2167 milliseconds