org.apache.myfaces.renderkit.html.util
Class ResourceLoader.ClosedSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.myfaces.renderkit.html.util.ResourceLoader.ClosedSocketException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- ResourceLoader
public static class ResourceLoader.ClosedSocketException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceLoader.ClosedSocketException
public ResourceLoader.ClosedSocketException()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.