IndexedFileException

fun IndexedFileException(cause: Throwable)

Construct a new IndexedFileException.

Parameters

cause

The original exception which caused the new instance to be raised.


fun IndexedFileException(message: String)

Construct a new IndexedFileException.

Parameters

message

The detail message.