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.ThrowableDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.AThrowablethat 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.StringtoString()Deprecated. 
 -