Class TraceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.infinispan.commons.util.logging.TraceException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TraceException
public TraceException()
-