org.infinispan.client.hotrod.exceptions
Class RemoteCacheManagerNotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.client.hotrod.exceptions.HotRodClientException
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
RemoteCacheManagerNotStartedException
public RemoteCacheManagerNotStartedException(String message)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.