Class Thrown.Part

java.lang.Object
org.apache.juneau.http.header.Thrown.Part
Enclosing class:
Thrown

public static class Thrown.Part extends Object
Represents a single entry in this header.
  • Constructor Details

    • Part

      public Part(String value)
      Constructor.
      Parameters:
      value - The header part value.
    • Part

      public Part(Throwable value)
      Constructor.
      Parameters:
      value - The throwable to create the header part value from.
  • Method Details

    • getClassName

      public String getClassName()
      Returns the message portion of the header.
      Returns:
      The message portion of the header, or null if not there.
    • getMessage

      public String getMessage()
      Returns the message portion of the header.
      Returns:
      The message portion of the header, or null if not there.
    • toString

      public String toString()
      Overrides:
      toString in class Object