Name

ResourceWarning

Synopsis

This exception is thrown when an anomolous but non-fatal condition is encountered while satisfying a request on a resource.

                  Returned By
public class ResourceWarning extends ResourceException {
// Public Constructors
   public ResourceWarning( String reason);  
   public ResourceWarning( String reason, String errorCode);  
// Public Instance Methods
   public ResourceWarning getLinkedWarning();  
   public void setLinkedWarning( ResourceWarning warning);  
}

Passed To

ResourceWarning.setLinkedWarning()

Returned By

Interaction.getWarnings(), ResourceWarning.getLinkedWarning()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.