io.keen.client.java.exceptions
Class ScopedKeyException

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

public class ScopedKeyException
extends KeenException

ScopedKeyException

Since:
1.0.3
See Also:
Serialized Form

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

ScopedKeyException

public ScopedKeyException()

ScopedKeyException

public ScopedKeyException(java.lang.Throwable cause)

ScopedKeyException

public ScopedKeyException(java.lang.String message)

ScopedKeyException

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