Class OutOfScopeException

org.elasticsearch.common.inject.OutOfScopeException
All Implemented Interfaces:

public final class OutOfScopeException extends
Thrown from Provider.get() when an attempt is made to access a scoped object while the scope in question is not currently active.
Since:
2.0
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor
    Description
     message)
     
     message,  cause)
     
     cause)
     
  • Method Summary

    Methods inherited from class java.lang.

    , , , , , , , , , , , ,

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • OutOfScopeException

      public OutOfScopeException( message)
    • OutOfScopeException

      public OutOfScopeException( message,  cause)
    • OutOfScopeException

      public OutOfScopeException( cause)