Class ImmutableDirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.elasticsearch.index.store.ImmutableDirectoryException
All Implemented Interfaces:
java.io.Serializable

public class ImmutableDirectoryException
extends java.lang.IllegalArgumentException
Exception thrown if trying to mutate files in an immutable directory.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    ImmutableDirectoryException​(java.lang.String message)  
  • 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
  • Constructor Details

    • ImmutableDirectoryException

      public ImmutableDirectoryException​(java.lang.String message)