opendap.dap
Class HttpWrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by opendap.dap.HttpWrapException
All Implemented Interfaces:
java.io.Serializable

public class HttpWrapException
extends java.io.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
HttpWrapException()
           
HttpWrapException(java.lang.String message)
           
HttpWrapException(java.lang.String message, java.lang.Throwable cause)
           
HttpWrapException(java.lang.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

HttpWrapException

public HttpWrapException()

HttpWrapException

public HttpWrapException(java.lang.String message)

HttpWrapException

public HttpWrapException(java.lang.String message,
                         java.lang.Throwable cause)

HttpWrapException

public HttpWrapException(java.lang.Throwable cause)