netapp.manage.http
Class HTTPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynetapp.manage.http.HTTPException
All Implemented Interfaces:
java.io.Serializable

public class HTTPException
extends java.lang.Exception

Thrown when there is a violation of the HTTP protocol.

See Also:
Serialized Form

Constructor Summary
HTTPException(java.lang.String message)
          Constructs a HTTPException with the specified detail message.
 
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(java.lang.String message)
Constructs a HTTPException with the specified detail message.

Parameters:
message - the detail message.