Class EndpointAddressResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.allegro.tech.hermes.consumers.consumer.sender.resolver.EndpointAddressResolutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointAddressResolutionException(String message, Throwable cause) EndpointAddressResolutionException(String message, Throwable cause, boolean ignoreInRateCalculation) EndpointAddressResolutionException(pl.allegro.tech.hermes.api.EndpointAddress endpointAddress, Throwable cause) EndpointAddressResolutionException(pl.allegro.tech.hermes.api.EndpointAddress endpointAddress, Throwable cause, boolean ignoreInRateCalculation) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EndpointAddressResolutionException
public EndpointAddressResolutionException(pl.allegro.tech.hermes.api.EndpointAddress endpointAddress, Throwable cause, boolean ignoreInRateCalculation) -
EndpointAddressResolutionException
public EndpointAddressResolutionException(pl.allegro.tech.hermes.api.EndpointAddress endpointAddress, Throwable cause) -
EndpointAddressResolutionException
-
EndpointAddressResolutionException
-
-
Method Details
-
isIgnoreInRateCalculation
public boolean isIgnoreInRateCalculation()
-