Class UnrecoverableArchiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.jackrabbit.oak.segment.file.UnrecoverableArchiveException
-
- All Implemented Interfaces:
Serializable
public class UnrecoverableArchiveException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableArchiveException(String message, IOException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOException
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrecoverableArchiveException
public UnrecoverableArchiveException(String message, IOException cause)
-
-
Method Detail
-
getCause
public IOException getCause()
-
-