Class CompositeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.oak.index.indexer.document.CompositeException
-
- All Implemented Interfaces:
Serializable
public class CompositeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompositeException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
logAllExceptions(String message, Logger log)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-