Class CacheNotTransactionalException

All Implemented Interfaces:
Serializable

public class CacheNotTransactionalException extends HotRodClientException
When try to create a transactional org.infinispan.client.hotrod.RemoteCache but the cache in the Hot Rod server isn't transactional, this exception is thrown. Check if the cache is properly configured in the server configuration.
Since:
10.0
Author:
Pedro Ruivo
See Also:
  • Constructor Details

    • CacheNotTransactionalException

      public CacheNotTransactionalException()
    • CacheNotTransactionalException

      public CacheNotTransactionalException(String message)
    • CacheNotTransactionalException

      public CacheNotTransactionalException(Throwable cause)
    • CacheNotTransactionalException

      public CacheNotTransactionalException(String message, Throwable cause)
    • CacheNotTransactionalException

      public CacheNotTransactionalException(String remoteMessage, long messageId, int errorStatusCode)