org.jboss.cache.search
Class InvalidKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.cache.search.InvalidKeyException
All Implemented Interfaces:
Serializable

public class InvalidKeyException
extends Exception

Author:
Navin Surtani (nsurtani@redhat.com)
See Also:
Serialized Form

Constructor Summary
InvalidKeyException()
           
InvalidKeyException(String s)
           
InvalidKeyException(String s, Throwable throwable)
           
InvalidKeyException(Throwable throwable)
           
 
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

InvalidKeyException

public InvalidKeyException()

InvalidKeyException

public InvalidKeyException(String s)

InvalidKeyException

public InvalidKeyException(String s,
                           Throwable throwable)

InvalidKeyException

public InvalidKeyException(Throwable throwable)


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.