Class RecoverFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.levigo.jadice.web.shared.service.exceptions.RecoverFailedException
All Implemented Interfaces:
Serializable

public class RecoverFailedException extends Exception
Exception denoting that a document can not be recovered from its handles. Typically thrown by DocumentDataProvider.recover(Reader, PageSegmentHandle).
See Also:
  • Constructor Details

    • RecoverFailedException

      public RecoverFailedException(String message)
    • RecoverFailedException

      public RecoverFailedException(String message, Throwable cause)