com.intel.cosbench.client.swift
Class SwiftFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.cosbench.client.swift.SwiftException
              extended by com.intel.cosbench.client.swift.SwiftFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SwiftFileNotFoundException
extends SwiftException

See Also:
Serialized Form

Constructor Summary
SwiftFileNotFoundException(java.lang.String message, org.apache.http.Header[] httpHeaders, org.apache.http.StatusLine httpStatusLine)
           
 
Method Summary
 
Methods inherited from class com.intel.cosbench.client.swift.SwiftException
getHttpHeaders, getHttpStatusLine
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwiftFileNotFoundException

public SwiftFileNotFoundException(java.lang.String message,
                                  org.apache.http.Header[] httpHeaders,
                                  org.apache.http.StatusLine httpStatusLine)