Class ProvisionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.common.inject.ProvisionException
All Implemented Interfaces:
Serializable

public final class ProvisionException extends RuntimeException
Indicates that there was a runtime failure while providing an instance.
Since:
2.0
See Also:
  • Constructor Details

    • ProvisionException

      public ProvisionException(Iterable<Message> messages)
      Creates a ConfigurationException containing messages.
    • ProvisionException

      public ProvisionException(String message, Throwable cause)
    • ProvisionException

      public ProvisionException(String message)
  • Method Details