public class CacheNotTransactionalException extends HotRodClientException
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.Constructor and Description |
---|
CacheNotTransactionalException() |
CacheNotTransactionalException(String message) |
CacheNotTransactionalException(String remoteMessage,
long messageId,
int errorStatusCode) |
CacheNotTransactionalException(String message,
Throwable cause) |
CacheNotTransactionalException(Throwable cause) |
isServerError, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheNotTransactionalException()
public CacheNotTransactionalException(String message)
public CacheNotTransactionalException(Throwable cause)
public CacheNotTransactionalException(String message, Throwable cause)
public CacheNotTransactionalException(String remoteMessage, long messageId, int errorStatusCode)
Copyright © 2021 JBoss by Red Hat. All rights reserved.