Class ApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.opensearch.client.base.ApiException
All Implemented Interfaces:
java.io.Serializable

public class ApiException
extends java.io.IOException
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.Object error  
  • Constructor Summary

    Constructors 
    Constructor Description
    ApiException​(java.lang.Object error)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • error

      public final java.lang.Object error
  • Constructor Details

    • ApiException

      public ApiException​(java.lang.Object error)