public class InvalidCarrierFormatException extends IllegalArgumentException
Format is not supported by the Carrier,
or Payara does not support the carrier.| Constructor and Description |
|---|
InvalidCarrierFormatException(io.opentracing.propagation.Format invalidFormat,
Object carrierClass) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCarrierClass()
Returns the carrier class;
|
io.opentracing.propagation.Format |
getFormat()
Returns the format that is not supported by the carrier
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCarrierFormatException(io.opentracing.propagation.Format invalidFormat,
Object carrierClass)
public String getMessage()
getMessage in class Throwablepublic io.opentracing.propagation.Format getFormat()
public Object getCarrierClass()
Copyright © 2019. All rights reserved.