Class TraceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.infinispan.commons.util.logging.TraceException
All Implemented Interfaces:
Serializable

public class TraceException extends Exception
This exception is used to add stack trace information to exceptions as they move from one thread to another.
Since:
9.3
Author:
Dan Berindei
See Also:
  • Constructor Details

    • TraceException

      public TraceException()