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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the message portion of the header.Returns the message portion of the header.toString()
- 
Constructor Details- 
PartConstructor.- Parameters:
- value- The header part value.
 
- 
PartConstructor.- Parameters:
- value- The throwable to create the header part value from.
 
 
- 
- 
Method Details