Class RecoveryEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class RecoveryEngineException
extends EngineException
See Also:
Serialized Form
  • Constructor Details

    • RecoveryEngineException

      public RecoveryEngineException​(ShardId shardId, int phase, java.lang.String msg, java.lang.Throwable cause)
    • RecoveryEngineException

      public RecoveryEngineException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details