Uses of Class
org.infinispan.commons.dataconversion.EncodingException
-
Packages that use EncodingException Package Description org.infinispan.commons.logging org.infinispan.rest.logging org.infinispan.server.hotrod.logging org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of EncodingException in org.infinispan.commons.logging
-
Uses of EncodingException in org.infinispan.rest.logging
Methods in org.infinispan.rest.logging that return EncodingException Modifier and Type Method Description EncodingException
Log_$logger. errorTranscoding(Throwable cause)
EncodingException
Log. errorTranscoding(Throwable cause)
-
Uses of EncodingException in org.infinispan.server.hotrod.logging
Methods in org.infinispan.server.hotrod.logging that return EncodingException Modifier and Type Method Description EncodingException
Log_$logger. errorSerializingResponse(Object o)
EncodingException
Log. errorSerializingResponse(Object o)
-
Uses of EncodingException in org.infinispan.util.logging
-