com.intel.cosbench.client.swift
Class SwiftException

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

public class SwiftException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SwiftException(java.lang.String message, org.apache.http.Header[] httpHeaders, org.apache.http.StatusLine httpStatusLine)
           
 
Method Summary
 org.apache.http.Header[] getHttpHeaders()
           
 org.apache.http.StatusLine 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

SwiftException

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

getHttpHeaders

public org.apache.http.Header[] getHttpHeaders()

getHttpStatusLine

public org.apache.http.StatusLine getHttpStatusLine()