org.jboss.cache.search
Class InvalidFqnException

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

public class InvalidFqnException
extends org.jboss.cache.CacheException

Thrown when an invalid Fqn is passed into Transformer.generateId(org.jboss.cache.Fqn, String)

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

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

InvalidFqnException

public InvalidFqnException()

InvalidFqnException

public InvalidFqnException(String s)

InvalidFqnException

public InvalidFqnException(String s,
                           Throwable throwable)

InvalidFqnException

public InvalidFqnException(Throwable throwable)


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