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 public class ConstantThrowable extends java.lang.ThrowableDeprecated.This api is not supported anymore. Please do not use it.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.
-