Class BackgroundFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.pangaea.metadataportal.processor.BackgroundFailure
-
- All Implemented Interfaces:
Serializable
public class BackgroundFailure extends Exception
DocumentProcessor
throws this exception, if an error occurs in the processing threads.- Author:
- Uwe Schindler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackgroundFailure(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BackgroundFailure
public BackgroundFailure(Throwable t)
-
-