Class ServiceInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.shamoo.runtime.core.ServiceInvocationException
All Implemented Interfaces:
Serializable

public final class ServiceInvocationException extends RuntimeException
Correlated data-boundary failure for one cross-runtime service operation.
See Also:
  • Constructor Details

    • ServiceInvocationException

      public ServiceInvocationException(String service, String operation, UUID correlationId, Throwable cause)
  • Method Details

    • correlationId

      public UUID correlationId()