org.infinispan.client.hotrod.exceptions
Class RemoteCacheManagerNotStartedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.client.hotrod.exceptions.HotRodClientException
                  extended by org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException
All Implemented Interfaces:
Serializable

public class RemoteCacheManagerNotStartedException
extends HotRodClientException

Thrown when trying to use an RemoteCache that is associated to an RemoteCacheManager that was not started.

Since:
4.1
Author:
Mircea.Markus@jboss.com
See Also:
Serialized Form

Constructor Summary
RemoteCacheManagerNotStartedException(String message)
           
 
Method Summary
 
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteCacheManagerNotStartedException

public RemoteCacheManagerNotStartedException(String message)

-->

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