Class InvalidCarrierFormatException

  • All Implemented Interfaces:
    Serializable

    public class InvalidCarrierFormatException
    extends IllegalArgumentException
    Exception thrown if the Format is not supported by the Carrier, or Payara does not support the carrier.
    Since:
    5.183
    Author:
    jonathan coustick
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidCarrierFormatException

        public InvalidCarrierFormatException​(io.opentracing.propagation.Format invalidFormat,
                                             Object carrierClass)
    • Method Detail

      • getFormat

        public io.opentracing.propagation.Format getFormat()
        Returns the format that is not supported by the carrier
        Returns:
      • getCarrierClass

        public Object getCarrierClass()
        Returns the carrier class;
        Returns: