org.apache.myfaces.renderkit.html.util
Class ResourceLoader.ClosedSocketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.myfaces.renderkit.html.util.ResourceLoader.ClosedSocketException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
ResourceLoader

public static class ResourceLoader.ClosedSocketException
extends java.io.IOException

Define an exception for reporting when a client requests a resource, but then closes its socket before we finish sending it. In this case, the normal behaviour is to not report an error; there is nothing wrong on this end.

See Also:
Serialized Form

Constructor Summary
ResourceLoader.ClosedSocketException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceLoader.ClosedSocketException

public ResourceLoader.ClosedSocketException()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.