All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.commons.util.logging.TraceException Maven / Gradle / Ivy

There is a newer version: 15.1.0.Dev03
Show newest version
package org.infinispan.commons.util.logging;

/**
 * This exception is used to add stack trace information to exceptions as they move from one thread to another.
 *
 * @author Dan Berindei
 * @since 9.3
 */
public class TraceException extends Exception {
   public TraceException() {
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy