Package org.apache.solr.util
Class TestInjection.TestShutdownFailError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.VirtualMachineError
-
- java.lang.OutOfMemoryError
-
- org.apache.solr.util.TestInjection.TestShutdownFailError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TestInjection
public static class TestInjection.TestShutdownFailError extends OutOfMemoryError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestShutdownFailError(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TestShutdownFailError
public TestShutdownFailError(String msg)
-
-