io.keen.client.java.exceptions
Class NoWriteKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by io.keen.client.java.exceptions.KeenException
                  extended by io.keen.client.java.exceptions.NoWriteKeyException
All Implemented Interfaces:
java.io.Serializable

public class NoWriteKeyException
extends KeenException

NoWriteKeyException

Since:
1.0.1
See Also:
Serialized Form

Constructor Summary
NoWriteKeyException()
           
NoWriteKeyException(java.lang.String message)
           
NoWriteKeyException(java.lang.String message, java.lang.Throwable cause)
           
NoWriteKeyException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoWriteKeyException

public NoWriteKeyException()

NoWriteKeyException

public NoWriteKeyException(java.lang.Throwable cause)

NoWriteKeyException

public NoWriteKeyException(java.lang.String message)

NoWriteKeyException

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