Class SagaException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SagaException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • SagaException

        public SagaException​(ErrorData errorData)
      • SagaException

        public SagaException​(SagaErrorCode errorCode)
      • SagaException

        public SagaException​(SagaErrorCode errorCode,
                             java.lang.String message)
    • Method Detail

      • getErrorData

        public ErrorData getErrorData()
      • fromGrpcException

        public static SagaException fromGrpcException​(io.grpc.StatusException ex)
      • fromGrpcException

        public static SagaException fromGrpcException​(io.grpc.StatusRuntimeException ex)