Package org.eclipse.jetty.util
Class ConstantThrowable
- java.lang.Object
-
- java.lang.Throwable
-
- org.eclipse.jetty.util.ConstantThrowable
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2021-05-27") public class ConstantThrowable extends java.lang.Throwable
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.AThrowable
that may be used in static contexts. It uses Java 7 constructor that prevents setting stackTrace inside exception object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstantThrowable()
Deprecated.ConstantThrowable(java.lang.String name)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.
-