Module org.elasticsearch.server
Class Metadata.MultiProjectPendingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.elasticsearch.cluster.metadata.Metadata.MultiProjectPendingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Metadata
Temporary exception indicating a call to
Metadata.getSingleProject() when there are multiple projects.
This can be used to filter out exceptions due to code not converted over yet.
To be removed when Metadata.getSingleProject() is removed.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultiProjectPendingException
-