Class TigerProxyRoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.gematik.test.tiger.exceptions.GenericTigerException
de.gematik.test.tiger.proxy.exceptions.TigerProxyException
de.gematik.test.tiger.proxy.exceptions.TigerProxyRoutingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTigerProxyRoutingException(String errorMessage, RbelHostname senderAddress, RbelHostname receiverAddress, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetRoutedMessage(CompletableFuture<RbelElement> routedMessage) Methods inherited from class de.gematik.test.tiger.exceptions.GenericTigerException
getTimestampMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TigerProxyRoutingException
public TigerProxyRoutingException(String errorMessage, RbelHostname senderAddress, RbelHostname receiverAddress, Throwable cause)
-
-
Method Details
-
getRoutedMessage
-
getSenderAddress
-
getReceiverAddress
-
setRoutedMessage
-
equals
- Overrides:
equalsin classTigerProxyException
-
canEqual
- Overrides:
canEqualin classTigerProxyException
-
hashCode
public int hashCode()- Overrides:
hashCodein classTigerProxyException
-