Package com.google.inject.servlet
Class ScopingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.google.inject.servlet.ScopingException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ScopingException extends java.lang.IllegalStateException
Exception thrown when there was a failure entering request scope.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScopingException​(java.lang.String message)
-