com.intel.cosbench.client.amplistor
Class AmpliException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.cosbench.client.amplistor.AmpliException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AmpliNotFoundException

public class AmpliException
extends java.lang.Exception

Author:
ywang19
See Also:
Serialized Form

Constructor Summary
AmpliException(java.lang.String message)
           
AmpliException(java.lang.String message, org.apache.http.Header[] httpHeaders, org.apache.http.StatusLine httpStatusLine)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmpliException

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

AmpliException

public AmpliException(java.lang.String message)