com.intel.cosbench.client.swift
Class SwiftConflictException

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.SwiftConflictException
All Implemented Interfaces:
java.io.Serializable

public class SwiftConflictException
extends SwiftException

See Also:
Serialized Form

Constructor Summary
SwiftConflictException(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

SwiftConflictException

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