Class UnsupportedBackendOperation

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.elasticsearch.client.UnsupportedBackendOperation
All Implemented Interfaces:
Serializable

public class UnsupportedBackendOperation extends RuntimeException
Exception to be thrown by a backend implementation on operations that are not supported for that backend.
Since:
4.4
Author:
Peter-Josef Meisch
See Also:
  • Constructor Details

    • UnsupportedBackendOperation

      public UnsupportedBackendOperation()
    • UnsupportedBackendOperation

      public UnsupportedBackendOperation(String message)
    • UnsupportedBackendOperation

      public UnsupportedBackendOperation(String message, Throwable cause)
    • UnsupportedBackendOperation

      public UnsupportedBackendOperation(Throwable cause)
    • UnsupportedBackendOperation

      public UnsupportedBackendOperation(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)