Package org.apache.juneau.http.header
Class Thrown.Part
java.lang.Object
org.apache.juneau.http.header.Thrown.Part
- Enclosing class:
Thrown
Represents a single entry in this header.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the message portion of the header.Returns the message portion of the header.toString()
-
Constructor Details
-
Part
Constructor.- Parameters:
value
- The header part value.
-
Part
Constructor.- Parameters:
value
- The throwable to create the header part value from.
-
-
Method Details