com.intel.cosbench.client.keystone
Class KeystoneClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.intel.cosbench.client.keystone.KeystoneClientException
All Implemented Interfaces:
java.io.Serializable

public class KeystoneClientException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
KeystoneClientException()
           
KeystoneClientException(java.lang.String message)
           
KeystoneClientException(java.lang.String message, java.lang.Throwable cause)
           
KeystoneClientException(java.lang.Throwable cause)
           
 
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

KeystoneClientException

public KeystoneClientException()

KeystoneClientException

public KeystoneClientException(java.lang.String message,
                               java.lang.Throwable cause)

KeystoneClientException

public KeystoneClientException(java.lang.String message)

KeystoneClientException

public KeystoneClientException(java.lang.Throwable cause)