ucar.nc2.util.net
Class HTTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ucar.nc2.util.net.HTTPException
All Implemented Interfaces:
Serializable

public class HTTPException
extends IOException

Created by IntelliJ IDEA. User: dmh Date: May 20, 2010 Time: 12:04:39 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
HTTPException()
           
HTTPException(String message)
           
HTTPException(String message, Throwable cause)
           
HTTPException(Throwable cause)
           
 
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

HTTPException

public HTTPException()

HTTPException

public HTTPException(String message)

HTTPException

public HTTPException(String message,
                     Throwable cause)

HTTPException

public HTTPException(Throwable cause)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.